diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-03 15:29:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-03 15:29:04 +0000 |
commit | a04b544b5604f8dfb1def6e4c3b52935c01f4988 (patch) | |
tree | 3ae4e551a54a7960f1e302cb0b24a18c287fb0d5 /gas/gasp.c | |
parent | f173e82ec8622b22435de85d78ae73a61533e9b8 (diff) | |
download | gdb-a04b544b5604f8dfb1def6e4c3b52935c01f4988.zip gdb-a04b544b5604f8dfb1def6e4c3b52935c01f4988.tar.gz gdb-a04b544b5604f8dfb1def6e4c3b52935c01f4988.tar.bz2 |
* config/obj-coff.c (coff_frob_symbol): Always update set_end with
next_set_end even if the end symbol is being discarded.
* gasp.c: Add ATTRIBUTE_UNUSED as needed for non-BFD_ASSEMBLER.
* output-file.c, symbols.c, config/tc-i386.c: Likewise.
* config/obj-coff.c: Likewise.
(seg_info_type): Remove.
(seg_info_off_by_4): Change to array of segT.
(s_get_segment): Adjust accordingly.
(obj_pseudo_table): Fully initialize sentinel entry.
Diffstat (limited to 'gas/gasp.c')
-rw-r--r-- | gas/gasp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2659,8 +2659,8 @@ do_irp (idx, in, irpc) static void do_local (idx, line) - int idx; - sb *line; + int idx ATTRIBUTE_UNUSED; + sb *line ATTRIBUTE_UNUSED; { ERROR ((stderr, _("LOCAL outside of MACRO"))); } |