mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
formatting fix
This commit is contained in:
parent
05df362ef6
commit
b7ed8fad53
@ -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.
|
||||
|
||||
|
@ -4926,7 +4926,6 @@ coff_canonicalize_reloc (abfd, section, relptr, symbols)
|
||||
|
||||
for (; count++ < section->reloc_count;)
|
||||
*relptr++ = tblptr++;
|
||||
|
||||
}
|
||||
*relptr = 0;
|
||||
return section->reloc_count;
|
||||
|
@ -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. */
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-01-13 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* lexsup.c (parse_args): Remove spurious white space.
|
||||
|
||||
2001-01-12 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* lexsup.c (parse_args): Update copyright date.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-01-13 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* disassemble.c: Remove spurious white space.
|
||||
|
||||
Sat Jan 13 01:48:24 MET 2001 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret
|
||||
|
Loading…
Reference in New Issue
Block a user