diff options
author | Zack Weinberg <zackw@panix.com> | 2002-09-17 07:09:47 +0000 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2002-09-17 07:09:47 +0000 |
commit | bb279dc026b594e88ac81c8f185465fdbe9351da (patch) | |
tree | 7e1a7a0bd4ae00646ca806df2c73b74488f49288 /binutils/ChangeLog | |
parent | d9025a1885f5d21a2589fd3fa0156263e01a301f (diff) | |
download | gdb-bb279dc026b594e88ac81c8f185465fdbe9351da.zip gdb-bb279dc026b594e88ac81c8f185465fdbe9351da.tar.gz gdb-bb279dc026b594e88ac81c8f185465fdbe9351da.tar.bz2 |
binutils:
* Makefile.am (CFILES): Add cxxfilt.c.
(cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
(cxxfilt_LDADD): Delete.
Remove all references to underscore.c.
Regen dependencies.
* configure.in: Define TARGET_PREPENDS_UNDERSCORE in
config.h from $UNDERSCORE, rather than AC_SUBSTing it.
* binutils/cxxfilt.c: Moved here from gcc/cp, minor
adjustments to fit into binutils framework.
* configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
gcc/cp:
* Make-lang.in: Remove all references to the demangler.
* cxxfilt.c: Moved to binutils.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 107 |
1 files changed, 60 insertions, 47 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 135cd5e..f151710 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,16 @@ +2002-09-17 Zack Weinberg <zack@codesourcery.com> + + * Makefile.am (CFILES): Add cxxfilt.c. + (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS). + (cxxfilt_LDADD): Delete. + Remove all references to underscore.c. + Regen dependencies. + * configure.in: Define TARGET_PREPENDS_UNDERSCORE in + config.h from $UNDERSCORE, rather than AC_SUBSTing it. + * binutils/cxxfilt.c: Moved here from gcc/cp, minor + adjustments to fit into binutils framework. + * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate. + 2002-09-12 Roland McGrath <roland@redhat.com> * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref @@ -25,7 +38,7 @@ 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz> - * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag. + * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag. (dump_bfd_header): Likewise. 2002-08-27 Alan Modra <amodra@bigpond.net.au> @@ -119,7 +132,7 @@ * po/fr.po: Updated French translation. 2002-07-24 Nick Clifton <nickc@redhat.com> - + * po/es.po: Updated Spanish translation. 2002-07-23 Alan Modra <amodra@bigpond.net.au> @@ -247,7 +260,7 @@ 2002-06-18 Elias Athanasopoulos <eathan@otenet.gr> * nm.c (print_size_symbols): Remove assignment, which makes - the symbol's size equal to its value when --size-sort is + the symbol's size equal to its value when --size-sort is used. 2002-06-18 Dave Brolley <brolley@redhat.com> @@ -307,7 +320,7 @@ DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf. 2002-06-07 Elias Athanasopoulos <eathan@otenet.gr> - + * nm.c: When computing size of symbols for an ELF target use the internal size field. @@ -524,8 +537,8 @@ bfd_find_nearest_line is non-NULL. 2002-04-25 Elena Zannoni <ezannoni@redhat.com> - - * readelf.c (get_AT_name): Handle DW_AT_GNU_vector. + + * readelf.c (get_AT_name): Handle DW_AT_GNU_vector. 2002-04-24 Christian Groessler <chris@groessler.org> @@ -551,11 +564,11 @@ 2002-04-15 Eric Kohl <ekohl@rz-online.de> - * rcparse.y: Allow two to five parameter in FONT statement of + * rcparse.y: Allow two to five parameter in FONT statement of DIALOGEX resources. * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex resource data. - (res_to_bin_dialog): Likewise. + (res_to_bin_dialog): Likewise. * windres.h: Added misssing charset variable to dialog_ex structure. @@ -565,7 +578,7 @@ 2002-04-09 Bernd Herd <info@herdsoft.com> - * rcparse.y: CLASS definitions in DIALOG resources + * rcparse.y: CLASS definitions in DIALOG resources are quoted. Fix typo in BEDIT warning. Don't add default dialog style when explicit style specified. @@ -678,10 +691,10 @@ 2002-02-18 Timothy Daly <remote_bob@yahoo.com> - * readelf.c (dump_relocations): Display 2nd and 3rd reloc - types for 64-bit MIPS. Narrow some fields for 80-char + * readelf.c (dump_relocations): Display 2nd and 3rd reloc + types for 64-bit MIPS. Narrow some fields for 80-char output. - (dump_relocations): Change spelling from 'unrecognised' + (dump_relocations): Change spelling from 'unrecognised' to 'unrecognized'. (decode_ARM_machine_flags): Likewise. (parse_args): Likewise. @@ -808,7 +821,7 @@ (main): Accept -H as an alias for --help. * objcopy.c (strip_main): Accept -H as an alias for --help. * objdump.c (main): Accept -v as an alias for --verbose. - * readelf.c (usage): Adjust format to match style used in + * readelf.c (usage): Adjust format to match style used in other binutils. * size.c (usage): Update text to provide verbose description of the command line options. @@ -860,9 +873,9 @@ 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com> * objcopy.c (copy_usage): Use "options" instead of "switches". - (strip_usage): Use "options" instead of "switches". + (strip_usage): Use "options" instead of "switches". * doc/binutils.texi (dlltool): Refer to "options" instead of - "switches". + "switches". 2002-01-14 Richard Earnshaw <rearnsha@arm.com> @@ -1463,9 +1476,9 @@ 2001-08-03 John Healy <jhealy@redhat.com> - Patch suggested by Frank Eigler <fche@redhat.com>. - * objdump.c (disassemble_data): Fill in section member of the - disasm_info structure. + Patch suggested by Frank Eigler <fche@redhat.com>. + * objdump.c (disassemble_data): Fill in section member of the + disasm_info structure. 2001-08-03 Tom Walsh <tom@cyberiansoftware.com> @@ -1483,18 +1496,18 @@ 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com> - * objcopy.c: Fix formatting. - (section_rename): New structure. - (OPTION_RENAME_SECTION): New switch. - (copy_usage): Document new switch. - (add_section_rename): New function: Add a node to the section - rename list. - (find_section_rename): New function: Find the new name and - flags for a section. - (setup_section): Call find_section_name to determine the name - of the output section. - (copy_main): Handle OPTION_RENAME_SECTION. - * binutils.texi: Document new switch. + * objcopy.c: Fix formatting. + (section_rename): New structure. + (OPTION_RENAME_SECTION): New switch. + (copy_usage): Document new switch. + (add_section_rename): New function: Add a node to the section + rename list. + (find_section_rename): New function: Find the new name and + flags for a section. + (setup_section): Call find_section_name to determine the name + of the output section. + (copy_main): Handle OPTION_RENAME_SECTION. + * binutils.texi: Document new switch. * NEWS: Mention new switch. 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com> @@ -1658,23 +1671,23 @@ 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com> - * Makefile.am: Move documentation into doc subdirectory. - * Makefile.in: Regenerated. + * Makefile.am: Move documentation into doc subdirectory. + * Makefile.in: Regenerated. * binutils.texi: Move into doc subdirectory. - * addr2line.1: Removed. - * ar.1: Likewise. - * dlltool.1: Likewise. - * nlmconv.1: Likewise. - * nm.1: Likewise. - * objcopy.1: Likewise. - * objdump.1: Likewise. - * ranlib.1: Likewise. - * readelf.1: Likewise. - * size.1: Likewise. - * strings.1: Likewise. - * strip.1: Likewise. - * windres.1: Likewise. - * cxxfilt.man: Likewise. + * addr2line.1: Removed. + * ar.1: Likewise. + * dlltool.1: Likewise. + * nlmconv.1: Likewise. + * nm.1: Likewise. + * objcopy.1: Likewise. + * objdump.1: Likewise. + * ranlib.1: Likewise. + * readelf.1: Likewise. + * size.1: Likewise. + * strings.1: Likewise. + * strip.1: Likewise. + * windres.1: Likewise. + * cxxfilt.man: Likewise. * doc: New Directory. * doc/Makefile.am: New file. * doc/Makefile.in: Generate. @@ -1742,7 +1755,7 @@ 2001-04-27 Johan Rydberg <jrydberg@opencores.org> - * NEWS: Announce support for OpenRISC. + * NEWS: Announce support for OpenRISC. 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net> |