diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2006-05-04 21:25:52 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2006-05-04 21:25:52 +0000 |
commit | ff8b75c71e189d75e0a1fb64fb9cc5e5f2297520 (patch) | |
tree | fb724e95e19fd8c79436ad9c85e8752f022887e3 /bfd/ChangeLog | |
parent | 003b8e1dad4f58f1f6d17d0901d3097f20a9a6c6 (diff) | |
download | gdb-ff8b75c71e189d75e0a1fb64fb9cc5e5f2297520.zip gdb-ff8b75c71e189d75e0a1fb64fb9cc5e5f2297520.tar.gz gdb-ff8b75c71e189d75e0a1fb64fb9cc5e5f2297520.tar.bz2 |
* aoutf1.h (struct external_sparc_core): Declare c_regs as struct
regs instead of an array of int.
(struct external_solaris_bcp_core): Likewise.
(swapcore_sun3): Use offsetof instead of computing the offset
manually.
(swapcore_sparc): Likewise. Simplify reference to c_regs.
(swapcore_solaris_bcp): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 36f62dd..d593186 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2006-05-04 Andreas Schwab <schwab@suse.de> + + * aoutf1.h (struct external_sparc_core): Declare c_regs as struct + regs instead of an array of int. + (struct external_solaris_bcp_core): Likewise. + (swapcore_sun3): Use offsetof instead of computing the offset + manually. + (swapcore_sparc): Likewise. Simplify reference to c_regs. + (swapcore_solaris_bcp): Likewise. + 2006-05-04 Daniel Jacobowitz <dan@codesourcery.com> * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Adjust handling |