2001-01-21 Kazu Hirata <kazu@hxi.com>

* coff-a29k.c: Fix formatting.
This commit is contained in:
Kazu Hirata 2001-01-21 19:19:59 +00:00
parent 7d76bd60cf
commit 2a38f751b6
2 changed files with 132 additions and 126 deletions

View File

@ -1,3 +1,7 @@
2001-01-21 Kazu Hirata <kazu@hxi.com>
* coff-a29k.c: Fix formatting.
2001-01-19 H.J. Lu <hjl@gnu.org>
* elf32-i386.c (elf_i386_check_relocs): Report files with bad

View File

@ -97,7 +97,8 @@ a29k_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
r_type = reloc_entry->howto->type;
if (output_bfd) {
if (output_bfd)
{
/* Partial linking - do nothing */
reloc_entry->address += input_section->output_offset;
return bfd_reloc_ok;
@ -177,7 +178,8 @@ a29k_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
insn = bfd_get_32 (abfd, hit_data);
/* consth, part 2
Now relocate the reference */
if (part1_consth_active == false) {
if (part1_consth_active == false)
{
*error_message = (char *) _("Missing IHIHALF");
return(bfd_reloc_dangerous);
}