diff options
author | Alan Modra <amodra@gmail.com> | 2018-06-27 12:47:13 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-06-27 17:26:52 +0930 |
commit | e11078da44268a4813ed81a27853143af86c3e24 (patch) | |
tree | 52f1eed683bb019d9197143710be0c28da0ab8a1 /gas/ChangeLog | |
parent | ac0734dea70e4d3d548ebd9282e88d65947b28a9 (diff) | |
download | gdb-e11078da44268a4813ed81a27853143af86c3e24.zip gdb-e11078da44268a4813ed81a27853143af86c3e24.tar.gz gdb-e11078da44268a4813ed81a27853143af86c3e24.tar.bz2 |
gas object file locations
With the update to newer autotools, some gas object files are now
built in config/, breaking xtensa-elf and ia64-vms. This patch fixes
the dependencies.
* configure.ac: Specify extra_objects with leading "config/"
for xtensa-relax.o and te-vms.o. Use case statements to unique
extra_objects. Formatting.
* configure: Regenerate.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6a14f70..722ac18 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2018-06-27 Alan Modra <amodra@gmail.com> + + * configure.ac: Specify extra_objects with leading "config/" + for xtensa-relax.o and te-vms.o. Use case statements to unique + extra_objects. Formatting. + * configure: Regenerate. + 2018-06-26 Nick Clifton <nickc@redhat.com> * po/uk.po: Updated Ukranian translation. |