diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-12 22:46:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-12 22:46:47 +0000 |
commit | 17fc154eac5503ae2db721f05601da56d80f7493 (patch) | |
tree | e6b2b2e00d5a9367000a08cafeb844cfb27c3010 /gas/ChangeLog | |
parent | bfc866a6e6fbc8d3ec3907d1e4d0f9f69c3682ff (diff) | |
download | binutils-gdb-17fc154eac5503ae2db721f05601da56d80f7493.tar.gz |
* write.c (write_object_file): Fix signed/unsigned warning.
* config/e-crisaout.c (crisaout_bfd_name): Prototype.
* config/e-criself.c (criself_bfd_name): Prototype.
* config/obj-aout.c (s_sect): Remove unused function.
* config/obj-bout.c (obj_bout_line <ignore>): Add ATTRIBUTE_UNUSED.
* config/obj-coff.c (coff_last_bf): Don't declare for OBJ_XCOFF.
(fixup_mdeps <h>): Add ATTRIBUTE_UNUSED.
* config/obj-ecoff.c (ecoff_frob_file <addr>): Likewise.
* config/obj-vms.c (setup_basic_type <spnt>): Likewise.
(VMS_RSYM_Parse <Current_Routine>): Likewise.
(vms_fixup_text_section <text_siz>): Likewise.
(synthesize_data_segment <data_size>): Likewise.
(vms_fixup_xtors_section <sect_no>): Likewise.
(structure_count): Don't use implicit int type.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 921ffeb251d..a158cd8599f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,19 @@ 2002-12-13 Alan Modra <amodra@bigpond.net.au> + * write.c (write_object_file): Fix signed/unsigned warning. + * config/e-crisaout.c (crisaout_bfd_name): Prototype. + * config/e-criself.c (criself_bfd_name): Prototype. + * config/obj-aout.c (s_sect): Remove unused function. + * config/obj-bout.c (obj_bout_line <ignore>): Add ATTRIBUTE_UNUSED. + * config/obj-coff.c (coff_last_bf): Don't declare for OBJ_XCOFF. + (fixup_mdeps <h>): Add ATTRIBUTE_UNUSED. + * config/obj-ecoff.c (ecoff_frob_file <addr>): Likewise. + * config/obj-vms.c (setup_basic_type <spnt>): Likewise. + (VMS_RSYM_Parse <Current_Routine>): Likewise. + (vms_fixup_text_section <text_siz>): Likewise. + (synthesize_data_segment <data_size>): Likewise. + (vms_fixup_xtors_section <sect_no>): Likewise. + (structure_count): Don't use implicit int type. * config/tc-a29k.c (insert_sreg): Prototype. (define_some_regs): Prototype, make static. (parse_operand): Likewise. |