diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-08 23:53:48 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-09 00:00:05 -0400 |
commit | 43fa85d9a8d7aac7a70c72220abd09d39703208a (patch) | |
tree | 0bd2c42b63cb18a0c1c3b6466565aa95c34c7209 /sim/bfin/ChangeLog | |
parent | ccf946cb5cea83165cf12a18dc946f39d8a8cfff (diff) | |
download | gdb-43fa85d9a8d7aac7a70c72220abd09d39703208a.zip gdb-43fa85d9a8d7aac7a70c72220abd09d39703208a.tar.gz gdb-43fa85d9a8d7aac7a70c72220abd09d39703208a.tar.bz2 |
sim: bfin: fix up linux-fixed-code.h generation [PR sim/10143]
The use of $< ends up picking the wrong object out of the depend
list. Specify the input name directly to avoid fragility.
On BSD systems, we need to make sure all options come before the
non-options (i.e. the files).
Reported-by: Chris Johns <chrisj@rtems.org>
URL: https://sourceware.org/bugzilla/show_bug.cgi?id=13160
Diffstat (limited to 'sim/bfin/ChangeLog')
-rw-r--r-- | sim/bfin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index a07be86..9a115c2 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,3 +1,10 @@ +2015-03-08 Mike Frysinger <vapier@gentoo.org> + + PR sim/10143 + * Makefile.in ($(srcdir)/linux-fixed-code.h): Specify the asm input + directly rather than use $<. Move the file name to the end of the + sed command to be POSIX compliant. + 2014-08-19 Alan Modra <amodra@gmail.com> * configure: Regenerate. |