summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-10-30 15:52:52 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-10-30 15:52:52 +0000
commit34115bec8b958cc770ca0c891f402fd40b1427cc (patch)
tree9c1822423605faee8d95723a19113f7eef5a7d30
parent6112fa4580da133d6ecac0781ec15e67d78bbfb7 (diff)
downloadgdb-34115bec8b958cc770ca0c891f402fd40b1427cc.tar.gz
* coffcode.h: Remove extraneous '\'.
-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 03d647c319c..33a2b135038 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 Daniel Jacobowitz <drow@mvista.com>
Merge from mainline:
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index 212c5c6ff7f..1c02dcb5199 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 *));
.