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/coff-arm.c | |
parent | 7b3fabf05efd936e000be6423eb7540e3570bbe3 (diff) | |
download | gdb-830629ab3e78b10728dc62b4126f0d8edb78ae25.zip gdb-830629ab3e78b10728dc62b4126f0d8edb78ae25.tar.gz 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/coff-arm.c')
-rw-r--r-- | bfd/coff-arm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c index fd0e0dd..798cd49 100644 --- a/bfd/coff-arm.c +++ b/bfd/coff-arm.c @@ -1,6 +1,6 @@ /* BFD back-end for ARM COFF files. Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001 + 2000, 2001, 2002 Free Software Foundation, Inc. Written by Cygnus Support. @@ -901,7 +901,7 @@ coff_arm_reloc_type_lookup (abfd, code) #define ARM 1 /* Customize coffcode.h */ /* Make sure that the 'r_offset' field is copied properly - so that identical binaries will compare the same. */ + so that identical binaries will compare the same. */ #define SWAP_IN_RELOC_OFFSET H_GET_32 #define SWAP_OUT_RELOC_OFFSET H_PUT_32 |