diff options
author | Richard Henderson <rth@redhat.com> | 1999-06-05 18:19:09 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-06-05 18:19:09 +0000 |
commit | 58b5739a4e998799ab1b3bf8bb7720d176f50b72 (patch) | |
tree | e033a18f022f2c39bd6496cafdb4740f4a38de24 /gas/ecoff.c | |
parent | 993142d5a451c988ba5aceb164d49cbce681ea9a (diff) | |
download | binutils-58b5739a4e998799ab1b3bf8bb7720d176f50b72.zip binutils-58b5739a4e998799ab1b3bf8bb7720d176f50b72.tar.gz binutils-58b5739a4e998799ab1b3bf8bb7720d176f50b72.tar.bz2 |
* dwarf2dbg.c (*): Convert to K&R + prototypes.
(dwarf2_gen_line_info): Kill unused variables.
(dwarf2_finish): Likewise.
(dwarf2_where): Likewise.
(dwarf2_directive_file): If we've only got a string,
hand off to s_app_file.
* ecoff.c: Move the include of ecoff.h.
* symbols.h (S_IS_FUNCTION): Prototype.
* read.c (LEX_HASH): Supply a default.
(lex_type): Use it.
(s_globl): Update `c' after skipping whitespace.
* read.h (LEX_END_NAME, is_name_ender): New.
* expr.c (get_symbol_end): Respect it.
Diffstat (limited to 'gas/ecoff.c')
-rw-r--r-- | gas/ecoff.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/ecoff.c b/gas/ecoff.c index 310d667..436c8c4 100644 --- a/gas/ecoff.c +++ b/gas/ecoff.c @@ -28,11 +28,12 @@ ECOFF debugging information (e.g., MIPS ECOFF, MIPS ELF, Alpha ECOFF). */ +#include "ecoff.h" + #ifdef ECOFF_DEBUGGING #include "coff/internal.h" #include "coff/symconst.h" -#include "ecoff.h" #include "aout/stab_gnu.h" #include <ctype.h> |