aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-10-30 15:50:17 +0000
committerDaniel Jacobowitz <drow@false.org>2002-10-30 15:50:17 +0000
commitdb4b6d0145d116586f7b6fa599735d94b2c8cc4b (patch)
tree8349b5cb55fe53cd3cf3f1cfbca513334f6fbae8 /bfd
parent2c665b51d2a8167e2adb3881e187871c919f20eb (diff)
downloadfsf-binutils-gdb-db4b6d0145d116586f7b6fa599735d94b2c8cc4b.zip
fsf-binutils-gdb-db4b6d0145d116586f7b6fa599735d94b2c8cc4b.tar.gz
fsf-binutils-gdb-db4b6d0145d116586f7b6fa599735d94b2c8cc4b.tar.bz2
* coffcode.h: Remove extraneous '\'.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/coffcode.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 8aef376..ae01880 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-30 Daniel Jacobowitz <drow@mvista.com>
+
+ * coffcode.h: Remove extraneous '\'.
+
2002-10-28 H.J. Lu <hjl@gnu.org>
* Makefile.am (targets.lo): Depend on Makefile instead of
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index e47b4d0..694fb12 100644
--- a/bfd/coffcode.h
+++ b/bfd/coffcode.h
@@ -1246,7 +1246,7 @@ Special entry points for gdb to swap in coff symbol table parts:
. struct coff_link_hash_entry *, struct internal_syment *,
. bfd_vma *));
.
-. boolean (*_bfd_coff_adjust_symndx)\
+. boolean (*_bfd_coff_adjust_symndx)
. PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *,
. struct internal_reloc *, boolean *));
.