Add missing prototypes
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 6a71280633b1c3fefe89b38df882a8e26c361ee8..b8e88f8251ba3ec0d9b5635edd23c0e664195ece 100644 (file)
@@ -1,3 +1,95 @@
+2001-08-13  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-v850.h: Add missing prototypes.
+
+2001-08-12  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * config/tc-s390.c (s390_elf_cons): Correct fixups for PLT
+       relocations.
+
+2001-08-12  TAKAI Kousuke  <takai@vlsi.kuee.kyoto-u.ac.jp>
+
+       * config/tc-sparc.c (cons_fix_new_sparc): Move
+       `sparc_no_align_cons = 0;' to...
+       (s_uacons): ...here so that sparc_no_align_cons will get
+       cleared properly.
+
+2001-08-11  Kazu Hirata  <kazu@hxi.com>
+
+       * config/tc-mips.c: Fix a comment typo.
+
+2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (move_register): New function.
+       (macro_build): Remove OPCODE_IS_MEMBER's gp32 argument.
+       (mips_ip): Likewise.
+       (macro2): Use move_register rather than macro_build for moves.
+       (mips16_macro): Likewise.
+       (macro): Likewise.  Handle M_MOVE.
+
+2001-08-10  Andreas Jaeger  <aj@suse.de>
+
+       * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
+       to build warnings.
+       * configure: Regenerate.
+
+2001-08-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * as.h (alloca): Don't declare if __GNUC__.  Remove an old comment.
+       Comment indentation of #pragma.
+       * macro.c (alloca): Likewise.
+
+       * config/tc-ppc.c: Revert 2001-08-08.
+
+2001-08-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * symbols.c: Add missing prototypes.
+       * config/e-i386elf.c: Likewise.
+       * config/e-i386coff.c: Likewise.
+       * config/e-i386aout.c: Likewise.
+       * config/obj-coff.c: Likewise.
+       (def_symbol_in_progress, stack): Move definition.
+       * config/obj-elf.c: Add missing prototypes.
+       (obj_elf_change_section): Make static.
+       (obj_elf_parse_section_letters): Likewise.
+       (obj_elf_section_word): Likewise.
+       (obj_elf_section_type): Likewise.
+
+2001-08-08  Alan Modra  <amodra@bigpond.net.au>
+
+       From 1999-10-25  Torbjorn Granlund  <tege@swox.com>
+       * config/tc-ppc.c (md_apply_fix3): Replace haphazard code for
+       determining reloc type with code reading operands->reloc field.
+
+2001-08-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-elf.c (elf_copy_symbol_attributes): Make it a global
+       function, and expand old obj-elf.h OBJ_COPY_SYMBOL_ATTRIBUTES here.
+       * config/obj-elf.h (elf_copy_symbol_attributes): Declare.
+       (OBJ_COPY_SYMBOL_ATTRIBUTES): Call elf_copy_symbol_attributes.
+
+       * output-file.c (output_file_create): Don't try to open a second
+       time as it's unnecessary.  FOPEN_W was undefined too.
+
+2001-08-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * tc-mips.c (macro_build): Replace magic constants by defines.
+       (mips_ip): Likewise. Typo.
+
+2001-08-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * tc-mips.c (mips_abi_string): Initialize with NULL instead of 0.
+       (RELAX_ENCODE): Replace bfd_vma by valueT.
+       (load_address): Formatting.
+       (macro): Likewise. Code cleanup. Typo.
+       (macro2): Formatting.
+       (md_parse_option): Typo.
+       (s_mipsset): Reorder cases to look nicer.
+       (md_estimate_size_before_relax): Formatting. Code cleanup.
+       (mips_elf_final_processing): Check against NULL instead of 0.
+       (md_obj_end): Remove ugly `' in message string.
+       (s_mips_ent): Remove ugly `' in message string.
+
 2001-07-30  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * config/tc-mips.c (md_begin): Take -mcpu value into account even when
        * configure.in (i386-*-netbsdelf*): New target.
        * configure: Regenerate.
 
-2001-07-11  Jakub Jelinek  <jakub@redhat.com>
-
-       * testsuite/gas/sparc/unalign.s: Remove .uaxword test.
-       * testsuite/gas/sparc/unalign.d: Adjust accordingly.
-
 2001-07-10  Mark Elbrecht  <snowball3@softhome.net>
 
        * config/obj-coff.c (coff_frob_symbol): Don't merge if the storage
 
 2001-06-12  Peter Jakubek <pjak@snafu.de>
 
-       * gas/config/tc-m68k.c (parse_mri_control_operand): Fix handling
+       * config/tc-m68k.c (parse_mri_control_operand): Fix handling
        of AND/OR.
        (swap_mri_condition): Add HS (alias fo CC) and LO (alias for CS).
        (reverse_mri_condition): Likewise.
        (s_mri_for): Likewise.
        (s_mri_if): Fix handling comment ('*') in mri mode.
        (s_mri_while): Likewise.
-       * gas/macro.c (macro_expand): Allow macro invocation with empty
+       * macro.c (macro_expand): Allow macro invocation with empty
        extension.
 
 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
 
 2001-06-06  Peter Jakubek <pjak@snafu.de>
 
-       * gas/config/tc-m68k.c (md_show_usage): Add all supported ColdFire
+       * config/tc-m68k.c (md_show_usage): Add all supported ColdFire
        options to list (e.g. m5206e, m5307, m5407).
 
 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
@@ -2738,9 +2825,9 @@ Mon Dec 11 14:35:42 MET 2000  Jan hubicka  <jh@suse.cz>
 
 2000-11-07  Peter Targett  <peter.targett@arccores.com>
 
-       * gas/config/tc-arc.h: Avoid warnings for LITTLE_ENDIAN and
+       * config/tc-arc.h: Avoid warnings for LITTLE_ENDIAN and
        BIG_ENDIAN macros.
-       * gas/config/tc-arc.c: Use S_IS_LOCAL to test local symbols.
+       * config/tc-arc.c: Use S_IS_LOCAL to test local symbols.
        Fix compile time warning messages.
 
 2000-11-07  Nick Clifton  <nickc@redhat.com>
@@ -4922,7 +5009,7 @@ Thu May 18 10:52:14 2000  Jeffrey A Law  (law@cygnus.com)
 
 2000-05-03  Mark Elbrecht  <snowball3@bigfoot.com>
 
-       * gas/config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4
+       * config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4
        for the .bss section too.
 
 2000-05-02  Alan Modra  <alan@linuxcare.com.au>
This page took 0.026893 seconds and 4 git commands to generate.