diff options
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/emulparams/hppanbsd.sh | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ffdbf4f..a4555ca 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2002-07-09 Alan Modra <amodra@bigpond.net.au> + + * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file. + 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br> * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*, diff --git a/ld/emulparams/hppanbsd.sh b/ld/emulparams/hppanbsd.sh index e2279cf..c782c6d 100644 --- a/ld/emulparams/hppanbsd.sh +++ b/ld/emulparams/hppanbsd.sh @@ -1,3 +1,6 @@ +# If you change this file, please also look at files which source this one: +# hppaobsd.sh + . ${srcdir}/emulparams/hppalinux.sh OUTPUT_FORMAT="elf32-hppa" |