diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-10-02 17:59:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-10-02 17:59:14 +0000 |
commit | 8055e7a883528d953d6c6bac61a40df86b24ccb5 (patch) | |
tree | 39a7077ad8e3567bf1164888f29fab68f5bb3675 /ld/ChangeLog | |
parent | a6eed1d25f5fa83cfa4e56f2ac8e35792ab44266 (diff) | |
download | gdb-8055e7a883528d953d6c6bac61a40df86b24ccb5.zip gdb-8055e7a883528d953d6c6bac61a40df86b24ccb5.tar.gz gdb-8055e7a883528d953d6c6bac61a40df86b24ccb5.tar.bz2 |
* emultempl/elf32.em (global_stat): New file static variable.
(gld${EMULATION_NAME}_try_needed): Call stat_needed to make sure
that the file has not already been included under another name.
(gld${EMULATION_NAME}_stat_needed): New static function.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3323762..237c941 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Mon Oct 2 13:56:09 1995 Ian Lance Taylor <ian@cygnus.com> + + * emultempl/elf32.em (global_stat): New file static variable. + (gld${EMULATION_NAME}_try_needed): Call stat_needed to make sure + that the file has not already been included under another name. + (gld${EMULATION_NAME}_stat_needed): New static function. + Fri Sep 29 12:00:18 1995 Doug Evans <dje@deneb.cygnus.com> * scripttempl/armcoff.sc: Start .text at 0x8000. |