| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for *-storm-chaos target | Nick Clifton | 2000-11-02 | 4 | -0/+22 |
* | * ld-selective/selective.exp <no CXX>: Fix typo for argument to | Hans-Peter Nilsson | 2000-10-29 | 2 | -1/+6 |
* | * emulparams/elf64_sparc.sh (TEXT_START_ADDR, | Jakub Jelinek | 2000-10-20 | 2 | -3/+20 |
* | 2000-10-19 H.J. Lu (hjl@gnu.org) | H.J. Lu | 2000-10-19 | 3 | -0/+23 |
* | * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32), | Hans-Peter Nilsson | 2000-10-18 | 2 | -0/+17 |
* | Added new option --target-help. | Chandra Chavva | 2000-10-17 | 3 | -0/+17 |
* | Add tests of return values from bfd function calls | Nick Clifton | 2000-10-16 | 2 | -28/+64 |
* | Oops - fix mistake in previous delta where unused variable 'nsyms' was | Nick Clifton | 2000-10-13 | 2 | -6/+14 |
* | Add #ifdef DLL_SUPPORT around use of pe_dll_search_prefix. | Nick Clifton | 2000-10-13 | 2 | -9/+14 |
* | * emultempl/pe.em (pe_dll_search_prefix): New variable, | DJ Delorie | 2000-10-12 | 2 | -9/+55 |
* | Another try at correcting relocations against discarded | Alan Modra | 2000-10-12 | 2 | -2/+6 |
* | 2000-10-10 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2000-10-11 | 4 | -130/+119 |
* | * pe-dll.c (make_one): Do not generate code thunk for DATA | DJ Delorie | 2000-10-10 | 2 | -21/+35 |
* | 2000-10-09 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2000-10-09 | 2 | -7/+9 |
* | 2000-10-09 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2000-10-09 | 13 | -154/+119 |
* | 2000-10-09 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2000-10-09 | 2 | -39/+43 |
* | 2000-10-08 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2000-10-09 | 2 | -51/+55 |
* | * ld-selective/selective.exp: Rearrange to be table-driven. | Hans-Peter Nilsson | 2000-10-09 | 2 | -184/+109 |
* | * ld-scripts/phdrs.exp: hppa*64*-*-* is 64-bit ELF too | Alan Modra | 2000-10-07 | 2 | -1/+6 |
* | 2000-10-05 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2000-10-05 | 2 | -272/+274 |
* | * pe-dll.c (fill_edata): initialize entire block | DJ Delorie | 2000-10-03 | 2 | -4/+9 |
* | 2000-10-03 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2000-10-03 | 2 | -328/+342 |
* | * emultempl/pe.em (gld_*_after_open): detect case where there two | DJ Delorie | 2000-10-02 | 3 | -3/+89 |
* | Remove some hppa-elf fudges. | Alan Modra | 2000-10-02 | 3 | -11/+5 |
* | * ltconfig, ltmain.sh, libtool.m4: Updated from libtool | Alexandre Oliva | 2000-09-30 | 1 | -244/+234 |
* | * scripttempl/crisaout.sc (ENTRY): Now __start. | Hans-Peter Nilsson | 2000-09-29 | 4 | -16/+43 |
* | 2000-09-29 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2000-09-29 | 11 | -120/+119 |
* | 2000-09-29 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2000-09-29 | 7 | -145/+125 |
* | * ld-selective/5.cc: New test. | Hans-Peter Nilsson | 2000-09-28 | 4 | -2/+90 |
* | oops, didn't mean to check in that change yet | DJ Delorie | 2000-09-28 | 1 | -21/+0 |
* | * pe-dll.c (process_def_file): Uninitialized data wasn't | DJ Delorie | 2000-09-28 | 3 | -5/+41 |
* | .plt stub for lazy linking, --stub-group-size=N ld switch, | Alan Modra | 2000-09-27 | 3 | -3/+77 |
* | Conditionalise the embedded relocs feature on the m68*-*-elf target | Nick Clifton | 2000-09-22 | 2 | -78/+122 |
* | 2000-09-21 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2000-09-21 | 5 | -68/+67 |
* | Silence gcc warning. | Alan Modra | 2000-09-21 | 2 | -1/+9 |
* | Handle out of memory situations. | Alan Modra | 2000-09-20 | 3 | -15/+27 |
* | Group stub sections. | Alan Modra | 2000-09-18 | 2 | -5/+12 |
* | add support for embedded relocs in m68k ELF port | Nick Clifton | 2000-09-15 | 6 | -29/+197 |
* | (DATA_START_SYMBOLS): Provide $global$ only as needed. | Alan Modra | 2000-09-15 | 2 | -1/+6 |
* | Disable relaxation if multiple symbol definitions are encountered - otherwise | Nick Clifton | 2000-09-14 | 2 | -0/+13 |
* | Fix formatting | Nick Clifton | 2000-09-10 | 2 | -186/+168 |
* | 2000-09-07 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2000-09-07 | 3 | -437/+454 |
* | 2000-09-07 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2000-09-07 | 3 | -2/+9 |
* | Fix an orphan section problem caused by weird linker scripts. | Alan Modra | 2000-09-07 | 2 | -20/+24 |
* | Fix list handling for orphan section output statements. | Alan Modra | 2000-09-07 | 2 | -25/+55 |
* | * configure.tgt (sh-*-linux*): Added. | Alexandre Oliva | 2000-09-07 | 6 | -0/+56 |
* | Fix place_orphan crash. | Alan Modra | 2000-09-06 | 2 | -2/+14 |
* | * configure: Rebuilt with new libtool.m4. | Alexandre Oliva | 2000-09-06 | 2 | -218/+214 |
* | Correct gas/ChangeLog 2000-06-23 entry, which I thought I'd fixed | Alan Modra | 2000-09-06 | 1 | -201/+202 |
* | Regenerate files using fixed aclocal install. | Nick Clifton | 2000-09-06 | 9 | -808/+484 |