diff options
author | Alan Modra <amodra@gmail.com> | 2008-11-14 06:54:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-11-14 06:54:40 +0000 |
commit | 43b5d01b26f1cc37cc31d79df3cb93db4bdc63dd (patch) | |
tree | 892843f4386fac7a7402e07a0213f8faacbb8dae /ld | |
parent | a3aa4338e2cc1c29fe3a77bd49f0b3d048e40b06 (diff) | |
download | gdb-43b5d01b26f1cc37cc31d79df3cb93db4bdc63dd.zip gdb-43b5d01b26f1cc37cc31d79df3cb93db4bdc63dd.tar.gz gdb-43b5d01b26f1cc37cc31d79df3cb93db4bdc63dd.tar.bz2 |
* Makefile.am (spu_ovl.o_c): Add missing line continuations.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/Makefile.am | 4 | ||||
-rw-r--r-- | ld/Makefile.in | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 219da4e..e26ee7e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2008-11-14 Alan Modra <amodra@bigpond.net.au> + + * Makefile.am (spu_ovl.o_c): Add missing line continuations. + * Makefile.in: Regenerate. + 2008-11-06 Joel Sherrill <joel.sherrill@oarcorp.com> * configure.tgt: Add m32c-*-rtems* and m32r-*-rtems*. diff --git a/ld/Makefile.am b/ld/Makefile.am index 0093c88..a38c69f 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -758,9 +758,9 @@ eelf32_spu.c: $(srcdir)/emulparams/elf32_spu.sh $(srcdir)/emultempl/spuelf.em \ $(srcdir)/emultempl/spu_ovl.o_c: @MAINT@ $(srcdir)/emultempl/spu_ovl.S if ../gas/as-new --version \ | grep 'target.*spu' >/dev/null 2>/dev/null; then \ - cpp -DOVLY_IRQ_SAVE $(srcdir)/emultempl/spu_ovl.S spu_ovl.s + cpp -DOVLY_IRQ_SAVE $(srcdir)/emultempl/spu_ovl.S spu_ovl.s; \ ../gas/as-new -o spu_ovl.o spu_ovl.s; \ - ../binutils/bin2c <spu_ovl.o >$@ + ../binutils/bin2c <spu_ovl.o >$@; \ fi eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \ $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} diff --git a/ld/Makefile.in b/ld/Makefile.in index f2e1030..fffc6e0 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -1600,9 +1600,9 @@ eelf32_spu.c: $(srcdir)/emulparams/elf32_spu.sh $(srcdir)/emultempl/spuelf.em \ $(srcdir)/emultempl/spu_ovl.o_c: @MAINT@ $(srcdir)/emultempl/spu_ovl.S if ../gas/as-new --version \ | grep 'target.*spu' >/dev/null 2>/dev/null; then \ - cpp -DOVLY_IRQ_SAVE $(srcdir)/emultempl/spu_ovl.S spu_ovl.s + cpp -DOVLY_IRQ_SAVE $(srcdir)/emultempl/spu_ovl.S spu_ovl.s; \ ../gas/as-new -o spu_ovl.o spu_ovl.s; \ - ../binutils/bin2c <spu_ovl.o >$@ + ../binutils/bin2c <spu_ovl.o >$@; \ fi eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \ $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |