diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-07-26 18:09:05 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-07-26 18:09:05 +0000 |
commit | 6b93d764cae33530492d88c35b432ac8159bfce3 (patch) | |
tree | fdd79abc17c80a5a13a2985cfce03bc9e4fa9dcb /ld | |
parent | 52a3f425d5801f4e0a31c4dea800194558326a17 (diff) | |
download | gdb-6b93d764cae33530492d88c35b432ac8159bfce3.zip gdb-6b93d764cae33530492d88c35b432ac8159bfce3.tar.gz gdb-6b93d764cae33530492d88c35b432ac8159bfce3.tar.bz2 |
solaris 2 changes
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 07252e9..c06799a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,26 @@ +Mon Jul 26 14:00:02 1993 Ken Raeburn (raeburn@deneb.cygnus.com) + + * ldgram.y (OPTION_Qy, OPTION_Y, OPTION_dn, OPTION_YP): New + terminals, for Solaris. + (dirlist_ptr): New static variable. + (command_line_option): Accept new options. + + * ldlex.l: Accept command-line options "-Qy", "-dn", "-Y", and + "-YP,...". + + * config/sun4sol2.mt: Pass emulation name without ".sh". + +Fri Jul 23 13:51:09 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * scripttempl/elf.sc: Add support for .init, .fini, .ctors, + .dtors, .data1, .rodata1 sections, instead of combining them into + other sections. For `-r', set all section start addresses to + zero. + + * emulparams/elf32-sparc.sh (TEXT_START_ADDR, + NONPAGED_TEXT_START_ADDR): Value should be 0x10100. + (MAXPAGESIZE): Renamed from PAGE_SIZE. + Wed Jul 21 14:28:42 1993 David J. Mackenzie (djm@thepub.cygnus.com) * genscripts.sh: If this is the default emulation, set |