Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-05-21 | * filemode.c: Fix formatting. | Kazu Hirata | 13 | -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 ELF32 | Thiemo Seufer | 2 | -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 Hirata | 7 | -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 Hirata | 11 | -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 Michalkiewicz | 2 | -0/+5 | |
2002-05-16 | * MAINTAINERS: Update my email address. | Stephane Carrez | 2 | -1/+5 | |
2002-05-09 | Add Joasn Thorpe as VAX maintainer | Nick Clifton | 2 | -0/+5 | |
2002-05-08 | * configure.in: Replace `*pe' with `pe' throughout. | Alan Modra | 3 | -14/+19 | |
2002-05-07 | Honour DESTDIR | Nick Clifton | 3 | -13/+18 | |
2002-05-06 | oops, missing changelog entry | Alan Modra | 1 | -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 Modra | 3 | -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_strings | Alan Modra | 4 | -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 Modra | 3 | -3/+6 | |
* binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED. | |||||
2002-05-04 | * MAINTAINERS: Sort port maintainers by CPU. | Alan Modra | 2 | -5/+9 | |
2002-05-04 | * size.c (display_archive): Add last_arfile and code to close archives. | Alan Modra | 2 | -1/+12 | |
2002-05-01 | * nm.c (print_symbol): Check returned filename from | Alan Modra | 2 | -1/+7 | |
bfd_find_nearest_line is non-NULL. | |||||
2002-04-25 | 2002-04-25 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -0/+5 | |
* readelf.c (get_AT_name): Handle DW_AT_GNU_vector. | |||||
2002-04-25 | The patch contains mostly fixes for the disassembler. It also fixes | Nick Clifton | 2 | -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 Seufer | 2 | -0/+5 | |
* ldgram.y: Fix syntax warning. | |||||
2002-04-16 | Remove unused function fetch_location_list. | Nick Clifton | 2 | -13/+18 | |
Catch corrupt core notes and display a warning message. | |||||
2002-04-16 | Define MEMFLAGS_DISCARDABLE by default for dialogs. | Nick Clifton | 7 | -2/+40 | |
Add a test for this. | |||||
2002-04-15 | Allow two to five parameter in FONT statement of DIALOGEX resources. | Nick Clifton | 8 | -8/+145 | |
2002-04-11 | Use 'file delete' instead of 'exec rm -f'. | Nick Clifton | 2 | -1/+6 | |
2002-04-10 | Delete created files upon successful completeion of the test. | Nick Clifton | 2 | -8/+12 | |
2002-04-10 | Regernated recently created expected output files using MSVC. | Nick Clifton | 11 | -10/+25 | |
Set MEMFLAG_PURE by default - bug exposed by regenerated files. | |||||
2002-04-09 | Add WS_CAPTION dialog style if CAPTION is specified. | Nick Clifton | 5 | -0/+20 | |
Add testcase. | |||||
2002-04-09 | Don't print empty dialog caption. | Nick Clifton | 5 | -0/+19 | |
Add testcase. | |||||
2002-04-09 | Fix overlooked sublang shift bug. | Nick Clifton | 5 | -7/+27 | |
Add testcase. | |||||
2002-04-09 | Set default LANGUAGE to english/us. | Nick Clifton | 9 | -6/+33 | |
2002-04-09 | Use signature to identify DIALOGEX. | Nick Clifton | 4 | -14/+32 | |
Add testcase. | |||||
2002-04-09 | Don't add default dialog style when explicit style specified. | Nick Clifton | 5 | -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 as | Nick Clifton | 5 | -1/+21 | |
binary 8. | |||||
2002-04-09 | Fix parsing hex constants in strings. Add test for the fix. | Nick Clifton | 5 | -6/+24 | |
2002-04-09 | Fix typo in BEDIT warning. | Nick Clifton | 2 | -4/+5 | |
2002-04-09 | Apply patch from Bernd Herd to fix quoted class definitions inside dialogs. | Nick Clifton | 5 | -6/+32 | |
2002-04-09 | Tue Apr 9 15:13:10 2002 J"orn Rennecke <joern.rennecke@superh.com> | Joern Rennecke | 2 | -1/+5 | |
* MAINTAINERS: Update my email address. | |||||
2002-04-04 | * dep-in.sed: Cope with absolute paths. | Alan Modra | 4 | -32/+55 | |
* Makefile.am (dep.sed): Subst TOPDIR. Run "make dep-am". * Makefile.in: Regenerate. | |||||
2002-03-27 | * MAINTAINERS: Update my email address. | Peter Targett | 2 | -1/+5 | |
2002-03-21 | * Makefile.am: Run "make dep-am". | Alan Modra | 8 | -482/+472 | |
* Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. * po/POTFILES.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate. | |||||
2002-03-21 | 2002-03-20 Daniel Berlin <dan@dberlin.org> | Daniel Berlin | 2 | -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-18 | Add AIX 64 shared library support and emulation layer for binutils | Nick Clifton | 12 | -76/+628 | |
2002-03-18 | Updated French translations | Nick Clifton | 2 | -55/+59 | |
2002-03-13 | Updated French translations | Nick Clifton | 2 | -182/+453 | |
2002-03-08 | 2002-03-07 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 2 | -3/+7 | |
* README: Update some version numbers. | |||||
2002-03-08 | 2002-03-07 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 2 | -3/+8 | |
* doc/binutils.texi (Target Selection): Fix LD crossreferences. (Architecture Selection): Likewise. | |||||
2002-03-01 | Take into account --kill-at (-k) while generating .exp file. | Nick Clifton | 2 | -2/+7 | |
2002-02-21 | Fix typo. | Nick Clifton | 2 | -1/+5 | |
2002-02-20 | Mark 2.12 branch | Nick Clifton | 2 | -0/+6 | |
2002-02-20 | Display 2nd and 3rd reloc types for 64-bit MIPS. | Nick Clifton | 5 | -28/+110 | |
Narrow some fields for 80-char output. | |||||
2002-02-18 | Fix date | Hans-Peter Nilsson | 1 | -1/+1 | |