mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 01:45:52 +08:00
PR29320, 'struct obstack' declared inside parameter list
PR 29320 * frags.h: Move declaration of struct obstack.. * as.h: ..to here.
This commit is contained in:
2
gas/as.h
2
gas/as.h
@ -385,6 +385,8 @@ extern int max_macro_nest;
|
||||
/* Verbosity level. */
|
||||
extern int verbose;
|
||||
|
||||
struct obstack;
|
||||
|
||||
/* Obstack chunk size. Keep large for efficient space use, make small to
|
||||
increase malloc calls for monitoring memory allocation. */
|
||||
extern int chunksize;
|
||||
|
@ -21,8 +21,6 @@
|
||||
#ifndef FRAGS_H
|
||||
#define FRAGS_H
|
||||
|
||||
struct obstack;
|
||||
|
||||
/* A code fragment (frag) is some known number of chars, followed by some
|
||||
unknown number of chars. Typically the unknown number of chars is an
|
||||
instruction address whose size is yet unknown. We always know the greatest
|
||||
|
Reference in New Issue
Block a user