diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-06-04 15:54:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-06-04 15:54:57 +0000 |
commit | 559d1cff43be268932c9a1a319a2b1d3fa2ce0a5 (patch) | |
tree | 393c2c69980093d48983633b372bf4a99f445d24 /ld | |
parent | b3523cb3ba57175db7c12b52cf6de8d640827ff2 (diff) | |
download | gdb-559d1cff43be268932c9a1a319a2b1d3fa2ce0a5.zip gdb-559d1cff43be268932c9a1a319a2b1d3fa2ce0a5.tar.gz gdb-559d1cff43be268932c9a1a319a2b1d3fa2ce0a5.tar.bz2 |
* config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete and
incorrect definitions.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/config/sun3.mh | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2a98c62..cfb6188 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 4 08:50:14 1993 Ian Lance Taylor (ian@cygnus.com) + + * config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete and + incorrect definitions. + Tue Jun 1 14:56:10 1993 Per Bothner (bothner@rtl.cygnus.com) * ldsym.c (write_file_locals): Write BSF_CONSTRUCTOR diff --git a/ld/config/sun3.mh b/ld/config/sun3.mh index e6263df..74bae76 100644 --- a/ld/config/sun3.mh +++ b/ld/config/sun3.mh @@ -1,3 +1 @@ HOSTING_CRT0=/usr/lib/crt0.o /usr/lib/Fcrt1.o -L/usr/lib/fsoft.o -HOSTING_LIBS=-lc -HOSTING_EMU=LDEMULATION=sun3; export LDEMULATION |