Age | Commit message (Expand) | Author | Files | Lines |
1996-06-08 | Kill r16/rce/acp stuff. | Jim Wilson | 1 | -29/+0 |
1996-06-07 | * emultempl/sunos.em: Include libiberty.h. | Ian Lance Taylor | 1 | -0/+7 |
1996-06-06 | * emulparams/elf32bmip.sh (OTHER_GOT_SYMBOLS): Use ALIGN(16) | Ian Lance Taylor | 1 | -0/+4 |
1996-06-06 | * ldmain.c (main): Don't close and unlink the file on error, since | Ian Lance Taylor | 1 | -0/+11 |
1996-06-04 | * ldcref.c: New file. | Ian Lance Taylor | 3 | -0/+25 |
1996-06-04 | * Makefile.in (install): Don't check to see if tooldir exists. | Tom Tromey | 2 | -2/+8 |
1996-05-31 | * emultempl/pe.em (sort_sections): Don't assume that a | Ian Lance Taylor | 1 | -0/+5 |
1996-05-29 | * scripttempl/elfmips.sc: Quote test -z argument. | Ian Lance Taylor | 2 | -2/+4 |
1996-05-29 | * ld.texinfo: Clarify the CONSTRUCTORS command. | Ian Lance Taylor | 2 | -12/+58 |
1996-05-23 | * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Initialize | Ian Lance Taylor | 1 | -0/+5 |
1996-05-22 | * ldlang.c (wild_doit): Don't copy over SEC_LINK_{ONCE,DUPLICATES} | David Edelsohn | 2 | -191/+212 |
1996-05-21 | * mpw-eppcmac.c: Update to reflect changes to aix.em. | Stan Shebs | 1 | -11/+47 |
1996-05-20 | * ldlang.c (dprint_statement): Stop printing at end of list. | David Edelsohn | 1 | -0/+4 |
1996-05-18 | Support for --force-exe-suffix | Steve Chamberlain | 1 | -0/+9 |
1996-05-15 | * emultempl/pe.em (set_pe_value): Pass 0 not 16 to strtoul call. | Jim Wilson | 1 | -0/+4 |
1996-05-10 | Set __stack = 0 if it is referenced and not defined. | Michael Meissner | 2 | -0/+7 |
1996-05-09 | * emulparams/{elf32bmip.sh,elf32lmip.sh,mipsidt.sh,mipsidtl.sh}: | Rob Savoye | 2 | -1/+17 |
1996-05-07 | * scripttempl/h8300.sc: Place ".tiny" sections right | Jeff Law | 2 | -1/+11 |
1996-05-07 | * scripttempl/h8300.sc: Set the entry point to the value of | Jeff Law | 3 | -2/+9 |
1996-05-07 | Document semicolon usage. | David Edelsohn | 1 | -346/+412 |
1996-05-07 | * scripttempl/pe.em (gld${EMULATION_NAME}_place_orphan): New function. | David Edelsohn | 1 | -0/+12 |
1996-05-07 | * scripttempl/pe.em (gld${EMULATION_NAME}_place_orphan): New function. | David Edelsohn | 1 | -10/+171 |
1996-05-07 | * scripttempl (h8300.sc, h8300h.sc): Place .rodata sections | Jeff Law | 3 | -8/+20 |
1996-05-07 | * scripttempl/h8300h.sc: Use "eight", not "eightbit" for the | Jeff Law | 2 | -8/+19 |
1996-05-02 | * ldlang.c (section_already_linked): Fix typos. | David Edelsohn | 2 | -3/+7 |
1996-04-30 | * scripttempl/pe.sc (.endjunk): Define __end__. | David Edelsohn | 2 | -1/+7 |
1996-04-29 | * ldlang.c (longest_section_name): Remove. | Ian Lance Taylor | 3 | -313/+284 |
1996-04-29 | Mon Apr 29 10:33:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu... | Ian Lance Taylor | 1 | -0/+18 |
1996-04-29 | Mon Apr 29 10:29:07 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu... | Ian Lance Taylor | 1 | -0/+9 |
1996-04-26 | * ldmisc.h (demangle): Declare. | Ian Lance Taylor | 7 | -233/+496 |
1996-04-26 | * ldmisc.c (vfinfo): Reindent. | Ian Lance Taylor | 2 | -245/+252 |
1996-04-22 | * ldlang.c (lang_size_sections): If _cooked_size is not 0, then | Ian Lance Taylor | 6 | -14/+62 |
1996-04-22 | * ldlang.c (wild_doit): Discard debugging sections if we are | Ian Lance Taylor | 2 | -1/+13 |
1996-04-22 | * emulparams/z8002.sh (ARCH): Set to z8002, not z8k. | Ian Lance Taylor | 1 | -0/+4 |
1996-04-16 | * ldexp.c (fold_binary): Correct handling of subtraction with | Ian Lance Taylor | 2 | -37/+42 |
1996-04-16 | Add Solaris/linux support | Michael Meissner | 1 | -0/+5 |
1996-04-15 | * scripttempl/aout.sc: Add PROVIDE (__stack = 0) so I can use it | Rob Savoye | 2 | -5/+9 |
1996-04-12 | * scripttempl/m68kcoff.sc: Remove default address for .data so | Rob Savoye | 1 | -0/+5 |
1996-04-11 | * scripttempl/m68kcoff.sc: Remove regions and simplify. | Ian Lance Taylor | 2 | -0/+45 |
1996-04-10 | * scripttempl/h8300.sc: Add the "8-bit area" in the upper 256 | Jeff Law | 1 | -0/+7 |
1996-04-09 | * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): | David Edelsohn | 1 | -0/+6 |
1996-04-09 | * ld.texinfo: Rearrange option documentation. | Ian Lance Taylor | 1 | -0/+2 |
1996-04-09 | tweak last change | Ian Lance Taylor | 1 | -6/+17 |
1996-04-09 | * lexsup.c (ld_options): New static array. | Ian Lance Taylor | 2 | -78/+345 |
1996-04-09 | Put .init/.fini in correct places. | Michael Meissner | 2 | -4/+10 |
1996-04-09 | * ld.texinfo, ld.1: Mention -E as a synonym for -export-dynamic. | Ian Lance Taylor | 3 | -3/+12 |
1996-04-08 | formatting change | Ian Lance Taylor | 1 | -1/+1 |
1996-04-08 | * emultempl/elf32.em: When checking for a native emulation, check | Ian Lance Taylor | 1 | -0/+4 |
1996-04-08 | * configure.in: Permit --enable-shared to specify a list of | Ian Lance Taylor | 1 | -0/+4 |
1996-04-08 | * lexsup.c (parse_args): Add -E as a synonym for -export-dynamic, | Ian Lance Taylor | 2 | -1/+8 |