diff options
author | Alan Modra <amodra@gmail.com> | 2002-04-04 14:04:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-04-04 14:04:39 +0000 |
commit | 830629ab3e78b10728dc62b4126f0d8edb78ae25 (patch) | |
tree | c2a0fdf1dbeb301243f995016c643bf669dda15d /bfd/cpu-mips.c | |
parent | 7b3fabf05efd936e000be6423eb7540e3570bbe3 (diff) | |
download | fsf-binutils-gdb-830629ab3e78b10728dc62b4126f0d8edb78ae25.zip fsf-binutils-gdb-830629ab3e78b10728dc62b4126f0d8edb78ae25.tar.gz fsf-binutils-gdb-830629ab3e78b10728dc62b4126f0d8edb78ae25.tar.bz2 |
* 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 be8f97f..d54b0a5 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, \ } |