diff options
author | Nick Clifton <nickc@redhat.com> | 2001-01-13 19:45:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-01-13 19:45:52 +0000 |
commit | b7ed8fad53ae315fb8889fe91afc7a6373eea4db (patch) | |
tree | 62a6cb87b7fd9fe5519147addddcd423371c0da9 /bfd | |
parent | 05df362ef603317ffe37cc985db1761999660710 (diff) | |
download | gdb-b7ed8fad53ae315fb8889fe91afc7a6373eea4db.zip gdb-b7ed8fad53ae315fb8889fe91afc7a6373eea4db.tar.gz gdb-b7ed8fad53ae315fb8889fe91afc7a6373eea4db.tar.bz2 |
formatting fix
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 | ||||
-rw-r--r-- | bfd/coffcode.h | 1 | ||||
-rw-r--r-- | bfd/elf32-fr30.c | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f81cc11..58f9b87 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ 2001-01-13 Nick Clifton <nickc@redhat.com> + * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank + line. + * coffcode.h (coff_canonicalize_reloc): Remove spurious blank line. diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 05eba02..fce0491 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -4926,7 +4926,6 @@ coff_canonicalize_reloc (abfd, section, relptr, symbols) for (; count++ < section->reloc_count;) *relptr++ = tblptr++; - } *relptr = 0; return section->reloc_count; diff --git a/bfd/elf32-fr30.c b/bfd/elf32-fr30.c index 526212b..6b457b3 100644 --- a/bfd/elf32-fr30.c +++ b/bfd/elf32-fr30.c @@ -236,7 +236,6 @@ static reloc_howto_type fr30_elf_howto_table [] = 0, /* src_mask */ 0, /* dst_mask */ false), /* pcrel_offset */ - }; /* Utility to actually perform an R_FR30_20 reloc. */ |