mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +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. */
|
/* Verbosity level. */
|
||||||
extern int verbose;
|
extern int verbose;
|
||||||
|
|
||||||
|
struct obstack;
|
||||||
|
|
||||||
/* Obstack chunk size. Keep large for efficient space use, make small to
|
/* Obstack chunk size. Keep large for efficient space use, make small to
|
||||||
increase malloc calls for monitoring memory allocation. */
|
increase malloc calls for monitoring memory allocation. */
|
||||||
extern int chunksize;
|
extern int chunksize;
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
#ifndef FRAGS_H
|
#ifndef FRAGS_H
|
||||||
#define FRAGS_H
|
#define FRAGS_H
|
||||||
|
|
||||||
struct obstack;
|
|
||||||
|
|
||||||
/* A code fragment (frag) is some known number of chars, followed by some
|
/* 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
|
unknown number of chars. Typically the unknown number of chars is an
|
||||||
instruction address whose size is yet unknown. We always know the greatest
|
instruction address whose size is yet unknown. We always know the greatest
|
||||||
|
Reference in New Issue
Block a user