diff options
author | Alan Modra <amodra@bigpond.net.au> | 2002-04-04 14:04:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2002-04-04 14:04:39 +0000 |
commit | a4790fdc4fd991d4a2d2a158d3c6e1b97cdf97cd (patch) | |
tree | debfa45cdd05159378ea81470b04343cf5799513 /bfd/cpu-mips.c | |
parent | bb8465037bbb47d15f78013acf82c305886a0c68 (diff) | |
download | gdb-a4790fdc4fd991d4a2d2a158d3c6e1b97cdf97cd.tar.gz |
* dep-in.sed: Cope with absolute paths.
* Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
Run "make dep-am".
* Makefile.in: Regenerate.
* coff-arm.c: Fix copyright date.
* cpu-h8300.c: Likewise.
* cpu-i370.c: Likewise.
* cpu-s390.c: Likewise.
* cpu-mips.c: Likewise.
* po/SRC-POTFILES.in: Regenerate.
Diffstat (limited to 'bfd/cpu-mips.c')
-rw-r--r-- | bfd/cpu-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cpu-mips.c b/bfd/cpu-mips.c index be8f97fbfc7..d54b0a55891 100644 --- a/bfd/cpu-mips.c +++ b/bfd/cpu-mips.c @@ -57,7 +57,7 @@ mips_compatible (a, b) PRINT, \ 3, \ DEFAULT, \ - mips_compatible, \ + mips_compatible, \ bfd_default_scan, \ NEXT, \ } |