aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
2002-05-21 * filemode.c: Fix formatting.Kazu Hirata13-111/+126
* ieee.c: Likewise. * is-ranlib.c: Likewise. * is-strip.c: Likewise. * maybe-ranlib.c: Likewise. * maybe-strip.c: Likewise. * nlmconv.c: Likewise. * nm.c: Likewise. * not-ranlib.c: Likewise. * not-strip.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise.
2002-05-21 * objdump.c (dump_headers): Fix output formatting for ELF32Thiemo Seufer2-1/+10
architectures in a BFD64 enabled toolchain. * bfd/bfd.c (bfd_get_arch_size): Remove bfd_set_error call for non-ELF targets.
2002-05-20 * debug.c: Fix formatting.Kazu Hirata7-287/+296
* debug.h: Likewise. * dlltool.c: Likewise. * dllwrap.c: Likewise. * emul_aix.c: Likewise. * emul_vanilla.c: Likewise.
2002-05-19 * addr2line.c: Fix formatting.Kazu Hirata11-69/+82
* ar.c: Likewise. * arsup.c: Likewise. * arsup.h: Likewise. * binemul.c: Likewise. * binemul.h: Likewise. * bucomm.c: Likewise. * coffdump.c: Likewise. * coffgrok.c: Likewise. * coffgrok.h: Likewise.
2002-05-16 * MAINTAINERS: Add myself as the second AVR port maintainer.Marek Michalkiewicz2-0/+5
2002-05-16 * MAINTAINERS: Update my email address.Stephane Carrez2-1/+5
2002-05-09Add Joasn Thorpe as VAX maintainerNick Clifton2-0/+5
2002-05-08 * configure.in: Replace `*pe' with `pe' throughout.Alan Modra3-14/+19
2002-05-07Honour DESTDIRNick Clifton3-13/+18
2002-05-06oops, missing changelog entryAlan Modra1-1/+14
* dlltool.c (process_def_file): Add missing prototype. (new_directive, assemble_file, main): Likewise. (process_def_file, new_directive): Make static. (inform): Rewrite using VA_FIXEDARG. * dllwrap.c (mybasename): Add missing prototype. (strhash, main): Likewise. (inform): Rewrite using VA_FIXEDARG. (warn): Likewise. (cleanup_and_exit): Use old style function definition. (strhash): Likewise. * windres.c (define_resource): Use one memset to clear all of struct res_resource.
2002-05-05 * dlltool.c (process_def_file): Add missing prototype.Alan Modra3-63/+33
(new_directive, assemble_file, main): Likewise. (process_def_file, new_directive): Make static. (inform): Rewrite using VA_FIXEDARG. * dllwrap.c (mybasename): Add missing prototype. (strhash, main): Likewise. (inform): Rewrite using VA_FIXEDARG. (warn): Likewise. (cleanup_and_exit): Use old style function definition. (strhash): Likewise. * windres.c (define_resource): Use one memset to clear all of struct res_resource.
2002-05-05 * rcparse.y: Remove newcmd rule. Move rcparse_discard_stringsAlan Modra4-23/+78
call to rules that need no lookahead. Check for no lookahead. * rclex.l (get_string): Correct "strings" list handling. * resrc.c (read_rc_file): Discard strings.
2002-05-04 * ar.c (replace_members): Remove unused var. Formatting fix.Alan Modra3-3/+6
* binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
2002-05-04 * MAINTAINERS: Sort port maintainers by CPU.Alan Modra2-5/+9
2002-05-04 * size.c (display_archive): Add last_arfile and code to close archives.Alan Modra2-1/+12
2002-05-01 * nm.c (print_symbol): Check returned filename fromAlan Modra2-1/+7
bfd_find_nearest_line is non-NULL.
2002-04-252002-04-25 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+5
* readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
2002-04-25The patch contains mostly fixes for the disassembler. It also fixesNick Clifton2-1/+6
a crash of the assembler with some malformed source input. Long segmented addresses are now correctly relocated. Finally it updates my email address in the MAINTAINERS file.
2002-04-17 * arparse.y: Fix syntax warning.Thiemo Seufer2-0/+5
* ldgram.y: Fix syntax warning.
2002-04-16Remove unused function fetch_location_list.Nick Clifton2-13/+18
Catch corrupt core notes and display a warning message.
2002-04-16Define MEMFLAGS_DISCARDABLE by default for dialogs.Nick Clifton7-2/+40
Add a test for this.
2002-04-15Allow two to five parameter in FONT statement of DIALOGEX resources.Nick Clifton8-8/+145
2002-04-11Use 'file delete' instead of 'exec rm -f'.Nick Clifton2-1/+6
2002-04-10Delete created files upon successful completeion of the test.Nick Clifton2-8/+12
2002-04-10Regernated recently created expected output files using MSVC.Nick Clifton11-10/+25
Set MEMFLAG_PURE by default - bug exposed by regenerated files.
2002-04-09Add WS_CAPTION dialog style if CAPTION is specified.Nick Clifton5-0/+20
Add testcase.
2002-04-09Don't print empty dialog caption.Nick Clifton5-0/+19
Add testcase.
2002-04-09Fix overlooked sublang shift bug.Nick Clifton5-7/+27
Add testcase.
2002-04-09Set default LANGUAGE to english/us.Nick Clifton9-6/+33
2002-04-09Use signature to identify DIALOGEX.Nick Clifton4-14/+32
Add testcase.
2002-04-09Don't add default dialog style when explicit style specified.Nick Clifton5-4/+29
Print style even if it is 0. Add testcase.
2002-04-09"\a" escape (used for right justified key definitions in menus) is encodes asNick Clifton5-1/+21
binary 8.
2002-04-09Fix parsing hex constants in strings. Add test for the fix.Nick Clifton5-6/+24
2002-04-09Fix typo in BEDIT warning.Nick Clifton2-4/+5
2002-04-09Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.Nick Clifton5-6/+32
2002-04-09Tue Apr 9 15:13:10 2002 J"orn Rennecke <joern.rennecke@superh.com>Joern Rennecke2-1/+5
* MAINTAINERS: Update my email address.
2002-04-04 * dep-in.sed: Cope with absolute paths.Alan Modra4-32/+55
* Makefile.am (dep.sed): Subst TOPDIR. Run "make dep-am". * Makefile.in: Regenerate.
2002-03-27 * MAINTAINERS: Update my email address.Peter Targett2-1/+5
2002-03-21 * Makefile.am: Run "make dep-am".Alan Modra8-482/+472
* Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. * po/POTFILES.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate.
2002-03-212002-03-20 Daniel Berlin <dan@dberlin.org>Daniel Berlin2-3/+157
* readelf.c: Add support for displaying dwarf2 location lists. (do_debug_loc, debug_loc_section, debug_loc_size): New. (parse_args): Use 'O' as shorthand for displaying location list section. (process_section_headers): Handle debug_loc as well. (load_debug_loc): New. (free_debug_loc): New. (fetch_location_list): New. (display_debug_loc): New. (display_debug_info): Call load_debug_loc and free_debug_loc. (debug_displays): We can display .debug_loc now, too. (usage): Update usage string. (read_and_display_attr_value): Note location lists, but don't display them inline.
2002-03-18Add AIX 64 shared library support and emulation layer for binutilsNick Clifton12-76/+628
2002-03-18Updated French translationsNick Clifton2-55/+59
2002-03-13Updated French translationsNick Clifton2-182/+453
2002-03-082002-03-07 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-3/+7
* README: Update some version numbers.
2002-03-082002-03-07 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-3/+8
* doc/binutils.texi (Target Selection): Fix LD crossreferences. (Architecture Selection): Likewise.
2002-03-01Take into account --kill-at (-k) while generating .exp file.Nick Clifton2-2/+7
2002-02-21Fix typo.Nick Clifton2-1/+5
2002-02-20Mark 2.12 branchNick Clifton2-0/+6
2002-02-20Display 2nd and 3rd reloc types for 64-bit MIPS.Nick Clifton5-28/+110
Narrow some fields for 80-char output.
2002-02-18Fix dateHans-Peter Nilsson1-1/+1