diff options
author | John Gilmore <gnu@cygnus> | 1992-11-05 13:44:51 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-11-05 13:44:51 +0000 |
commit | 6e94236ab6fc05b3bd73f2b54fb8748f8439038b (patch) | |
tree | 7d995f9f944831757e581987b93a0ce5604b1a5e /ld | |
parent | f6047bbd51cebba92983109f320f246bf2bd8abf (diff) | |
download | gdb-6e94236ab6fc05b3bd73f2b54fb8748f8439038b.zip gdb-6e94236ab6fc05b3bd73f2b54fb8748f8439038b.tar.gz gdb-6e94236ab6fc05b3bd73f2b54fb8748f8439038b.tar.bz2 |
Remove uses of SDEF and PROTO macros (use PARAMS).
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e652bee..01edfd1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +Thu Nov 5 05:43:01 1992 John Gilmore (gnu@cygnus.com) + + * ldemul.h: Remove uses of SDEF and PROTO macros (use PARAMS). + +Tue Oct 20 10:56:06 1992 Ian Lance Taylor (ian@cygnus.com) + + * m68kcoff.sc-sh: don't use initial underscores for etext, edata + and end. + Mon Oct 19 09:45:38 1992 Ian Lance Taylor (ian@cygnus.com) * Support for i386-sysv. |