diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-10-30 15:52:52 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-10-30 15:52:52 +0000 |
commit | abdd67344e69387efec078509df3384a3c758542 (patch) | |
tree | bfc46c808ecd8575aa24b0b574b26f0d182b5fbc | |
parent | cdb87a568614ae1b189362e42709a48f7051b8da (diff) | |
download | gdb-abdd67344e69387efec078509df3384a3c758542.zip gdb-abdd67344e69387efec078509df3384a3c758542.tar.gz gdb-abdd67344e69387efec078509df3384a3c758542.tar.bz2 |
* coffcode.h: Remove extraneous '\'.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/coffcode.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 03d647c..33a2b13 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 212c5c6..1c02dcb 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 *)); . |