diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-12-01 17:22:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-12-01 17:22:03 +0000 |
commit | f651733a12b1e147ba33a32fdbe5e9ad299a38a0 (patch) | |
tree | cffe74d154adefe8ba537ce82945eb8bd1488998 /ld/ChangeLog | |
parent | 777ad64d69839022ebf7b5988aa6de888fa6915b (diff) | |
download | gdb-f651733a12b1e147ba33a32fdbe5e9ad299a38a0.zip gdb-f651733a12b1e147ba33a32fdbe5e9ad299a38a0.tar.gz gdb-f651733a12b1e147ba33a32fdbe5e9ad299a38a0.tar.bz2 |
* ldgram.y (OPTION_call_shared, OPTION_non_shared): New tokens.
(command_line_option): Accept and ignore them (for now).
* ldlex.l (<COMMAND>): Handle -non_shared and -call_shared.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 41627d1..f24f69b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +Wed Dec 1 12:19:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * ldgram.y (OPTION_call_shared, OPTION_non_shared): New tokens. + (command_line_option): Accept and ignore them (for now). + * ldlex.l (<COMMAND>): Handle -non_shared and -call_shared. + +Mon Nov 22 14:14:29 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * ldmain.c (subfile_wanted_p): If merging a common symbol which is + not in bfd_com_section, create the section in the BFD so that it + can be placed in the right output section. + Fri Nov 19 14:12:39 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * configure.in (mips*-sgi-irix5*): New target. Use mipsb-elf32. |