diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-15 21:23:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-15 21:23:28 +0000 |
commit | ece5b08d177daf6f13ed4a06078d7fea13506005 (patch) | |
tree | 4c949350e3c8fe8d6e1dd3053a9e42cf3febe41b /ld/emultempl | |
parent | 42792411524b532fae79612d4415a906dc2e8c2b (diff) | |
download | gdb-ece5b08d177daf6f13ed4a06078d7fea13506005.zip gdb-ece5b08d177daf6f13ed4a06078d7fea13506005.tar.gz gdb-ece5b08d177daf6f13ed4a06078d7fea13506005.tar.bz2 |
Comment fix.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/sunos.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/sunos.em b/ld/emultempl/sunos.em index 9f91323..d81279b 100644 --- a/ld/emultempl/sunos.em +++ b/ld/emultempl/sunos.em @@ -294,7 +294,7 @@ gld${EMULATION_NAME}_before_allocation () if (sneed != NULL) { /* Set up the .need section. See the description of the ld_need - field in include/sun4/aout.h. */ + field in include/aout/sun4.h. */ need_entries = 0; need_size = 0; |