diff options
author | Alan Modra <amodra@gmail.com> | 2001-08-08 13:14:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-08-08 13:14:38 +0000 |
commit | 179c732cf647335e10ad15576c0efa6905f35f36 (patch) | |
tree | 74f67c73c129f8d6858024a4bfe2fdf33baf1a2a /ld/ChangeLog | |
parent | 8fd3e36b8404118d6331e42fef1257af6fa54e5e (diff) | |
download | gdb-179c732cf647335e10ad15576c0efa6905f35f36.zip gdb-179c732cf647335e10ad15576c0efa6905f35f36.tar.gz gdb-179c732cf647335e10ad15576c0efa6905f35f36.tar.bz2 |
* genscripts.sh: Source the emulparams script before each output
script is generated so that variables like `RELOCATING' may affect
variables defined in the emulparams script.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7f0e2cf..27e9657 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2001-08-08 Alan Modra <amodra@bigpond.net.au> + + * genscripts.sh: Source the emulparams script before each output + script is generated so that variables like `RELOCATING' may affect + variables defined in the emulparams script. + 2001-08-04 Alan Modra <amodra@bigpond.net.au> * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this |