diff options
author | Steve Chamberlain <sac@cygnus> | 1992-05-06 01:08:02 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-05-06 01:08:02 +0000 |
commit | 7153b2ff719aff55f92e729b1b184a11a6b8a28c (patch) | |
tree | 0878184a4a12ee680b47ed5664600660831fe44b /ld | |
parent | a72f4e5f849dcc4b24e0ee3dfb2648cb974f409d (diff) | |
download | gdb-7153b2ff719aff55f92e729b1b184a11a6b8a28c.zip gdb-7153b2ff719aff55f92e729b1b184a11a6b8a28c.tar.gz gdb-7153b2ff719aff55f92e729b1b184a11a6b8a28c.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2835b3e..078f5a1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -2,6 +2,11 @@ Tue May 5 17:47:33 1992 Steve Chamberlain (sac@thepub.cygnus.com) * relax.c (build_it): don't allocate space in the output file for stuff if -R flag applys to it. + * ldfile.c: merge in VMS filename support + * ldmain.c (main): take out ./ from library path, and close file + before unlinking. Make multiple defs of a symbol create an + unexecable file. + * ldmisc.c: fatal errosrs delete output file Tue May 5 14:05:05 1992 Per Bothner (bothner@rtl.cygnus.com) |