2000-08-07 Kazu Hirata <kazu@hxi.com>
* ieee.c: Fix a comment typo. * elf64-ia64.c: Likewise.
This commit is contained in:
parent
7e984c814e
commit
46f5aac8f5
@ -1,3 +1,8 @@
|
|||||||
|
2000-08-07 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
|
* ieee.c: Fix a comment typo.
|
||||||
|
* elf64-ia64.c: Likewise.
|
||||||
|
|
||||||
2000-08-05 Jason Eckhardt <jle@cygnus.com>
|
2000-08-05 Jason Eckhardt <jle@cygnus.com>
|
||||||
|
|
||||||
* elf32-i860 (elf32_i860_howto_table): New structure.
|
* elf32-i860 (elf32_i860_howto_table): New structure.
|
||||||
|
@ -620,8 +620,8 @@ elf64_ia64_relax_section (abfd, sec, link_info, again)
|
|||||||
boolean changed_contents = false;
|
boolean changed_contents = false;
|
||||||
boolean changed_relocs = false;
|
boolean changed_relocs = false;
|
||||||
|
|
||||||
/* Assume we're not going to change any sizes, and we we'll only
|
/* Assume we're not going to change any sizes, and we'll only need
|
||||||
need one pass. */
|
one pass. */
|
||||||
*again = false;
|
*again = false;
|
||||||
|
|
||||||
/* Nothing to do if there are no relocations. */
|
/* Nothing to do if there are no relocations. */
|
||||||
|
@ -3197,11 +3197,9 @@ relocate_debug (output, input)
|
|||||||
block ();
|
block ();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/* During linking, we told about the bfds which made up our contents,
|
||||||
During linking, we we told about the bfds which made up our
|
we have a list of them. They will still be open, so go to the
|
||||||
contents, we have a list of them. They will still be open, so go to
|
debug info in each, and copy it out, relocating it as we go. */
|
||||||
the debug info in each, and copy it out, relocating it as we go.
|
|
||||||
*/
|
|
||||||
|
|
||||||
static boolean
|
static boolean
|
||||||
ieee_write_debug_part (abfd)
|
ieee_write_debug_part (abfd)
|
||||||
|
Loading…
Reference in New Issue
Block a user