Age | Commit message (Expand) | Author | Files | Lines |
1997-06-07 | * scripttempl/pe.sc: Add zeroes after .idata$3 to mark the end of | Ian Lance Taylor | 1 | -62/+52 |
1997-05-13 | * scripttempl/elfmips.sc: Remove. | Ian Lance Taylor | 2 | -208/+0 |
1997-05-12 | Mon May 12 11:11:06 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmu... | Ian Lance Taylor | 1 | -18/+69 |
1997-05-02 | Fix name of constructors/destructors | Michael Meissner | 1 | -0/+67 |
1997-04-30 | revert Alpha/OpenBSD patches | Ian Lance Taylor | 2 | -69/+0 |
1997-04-18 | Fri Apr 18 11:54:43 1997 Niklas Hallqvist <niklas@appli.se> | Ian Lance Taylor | 2 | -0/+69 |
1997-03-28 | fix comment | Ian Lance Taylor | 1 | -3/+3 |
1997-03-15 | * scripttempl/elfmips.sc: Change handling of data area when | Ian Lance Taylor | 1 | -2/+3 |
1997-02-27 | oops... always keep d10v stuff | Angela Marie Thomas | 1 | -0/+1 |
1997-02-22 | Fri Feb 21 17:37:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -4/+4 |
1997-02-11 | * scripttempl/elfmips.sc: When relocating, put .mips16.fn.* and | Ian Lance Taylor | 1 | -1/+3 |
1997-02-10 | * emulparams/tic80coff.sh: New (dummy) file for TIc80. | Fred Fish | 1 | -0/+8 |
1997-01-27 | * scripttempl/elf.sc: Put linkonce reloc section in other | Ian Lance Taylor | 2 | -11/+24 |
1997-01-02 | * configure.tgt (mips*el-*-linux*, mips*-*-linux*): New targets. | Ian Lance Taylor | 1 | -0/+1 |
1996-12-30 | Add .tbyte and .tbss sections | Michael Meissner | 1 | -0/+2 |
1996-12-13 | Make __{e,g}p correctly start relative to the beginning of the section; Cleanup | Michael Meissner | 1 | -82/+130 |
1996-11-27 | * scripttempl/{elfd10v.sc,elfmips.sc,elfppc.sc,v850.sc}: Likewise. | Jason Merrill | 2 | -16/+48 |
1996-11-01 | Fix sanitization of D10V script template | Stan Shebs | 1 | -1/+8 |
1996-10-28 | handle v850.sc | Ian Lance Taylor | 1 | -0/+8 |
1996-10-23 | * scriptempl/v850.sc (zdata): Make sure this stays | Jeff Law | 1 | -1/+1 |
1996-10-23 | * scripttempl/v850.sc (__ep): Put it at the start | Jeff Law | 1 | -1/+1 |
1996-10-22 | * scriptempl/v850.sc: Move all "normal" sections into | Jeff Law | 1 | -1/+1 |
1996-10-21 | Make d10v .text start at 0x10000 | Michael Meissner | 1 | -0/+1 |
1996-10-18 | * scripttempl/v850.sc (__gp, __ep): Define. | Jeff Law | 1 | -0/+2 |
1996-10-17 | * scripttempl/v850.sc (.zdata): Add this before .text. | Jeff Law | 1 | -1/+3 |
1996-10-17 | * emulparms/v850.sh (SCRIPT_NAME): Use "v850" not "elf". | Jeff Law | 1 | -0/+2 |
1996-10-17 | * scripttempl/v850.sc: New linker script for the V850. | Jeff Law | 1 | -0/+110 |
1996-10-07 | Sun Oct 6 22:35:36 1996 Jason Merrill <jason@yorick.cygnus.com> | Jason Merrill | 2 | -0/+8 |
1996-10-01 | * scripttempl/elfmips.sc: Handle CREATE_SHLIB the same way that | Ian Lance Taylor | 1 | -12/+12 |
1996-09-16 | * scripttempl/armcoff.sc: For -N or -n, don't align .data. From | Ian Lance Taylor | 1 | -3/+22 |
1996-08-21 | * scripttempl/elf.sc: Put .gnu.linkonce* sections in .text. | Ian Lance Taylor | 1 | -5/+25 |
1996-07-05 | No longer sanitize away h8s stuff. | Jeff Law | 1 | -8/+1 |
1996-06-24 | Do not do PROVIDE of _GLOBAL_OFFSET_TABLE_ | Michael Meissner | 1 | -1/+0 |
1996-06-18 | * scripttempl/h8300s.sc: New file for H8/S. | Jeff Law | 2 | -0/+84 |
1996-06-08 | Kill r16/rce/acp stuff. | Jim Wilson | 2 | -38/+0 |
1996-05-29 | * scripttempl/elfmips.sc: Quote test -z argument. | Ian Lance Taylor | 1 | -2/+2 |
1996-05-10 | Set __stack = 0 if it is referenced and not defined. | Michael Meissner | 1 | -0/+2 |
1996-05-09 | * emulparams/{elf32bmip.sh,elf32lmip.sh,mipsidt.sh,mipsidtl.sh}: | Rob Savoye | 1 | -1/+9 |
1996-05-07 | * scripttempl/h8300.sc: Place ".tiny" sections right | Jeff Law | 1 | -1/+6 |
1996-05-07 | * scripttempl/h8300.sc: Set the entry point to the value of | Jeff Law | 2 | -0/+2 |
1996-05-07 | * scripttempl (h8300.sc, h8300h.sc): Place .rodata sections | Jeff Law | 2 | -8/+15 |
1996-05-07 | * scripttempl/h8300h.sc: Use "eight", not "eightbit" for the | Jeff Law | 1 | -8/+14 |
1996-04-30 | * scripttempl/pe.sc (.endjunk): Define __end__. | David Edelsohn | 1 | -1/+3 |
1996-04-15 | * scripttempl/aout.sc: Add PROVIDE (__stack = 0) so I can use it | Rob Savoye | 1 | -4/+3 |
1996-04-11 | * scripttempl/m68kcoff.sc: Remove regions and simplify. | Ian Lance Taylor | 1 | -0/+41 |
1996-04-09 | Put .init/.fini in correct places. | Michael Meissner | 1 | -4/+4 |
1996-03-31 | * scripttempl/{ppcpe.sc, pe.sc} (.junk): Remove and use /DISCARD/. | Steve Chamberlain | 1 | -2/+3 |
1996-03-29 | * scripttempl/h8300.sc: Make vectors section 0xc4 bytes long | Jeff Law | 2 | -0/+124 |
1996-03-07 | * scripttmpl/elfppc.sc (.sdata2, .sbss2): Implement Feb 2 change | J.T. Conklin | 1 | -8/+8 |
1996-02-14 | Wed Feb 14 16:38:36 1996 Martin Anantharaman <martin@mail.imech.uni-duisbur... | Ian Lance Taylor | 2 | -0/+62 |