diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-09 13:41:44 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-09 13:41:44 +0000 |
commit | 363d7b14a5363ce7ea4997ec6ebba4d7a28fe536 (patch) | |
tree | 9b9aca6946f50873250469099195298e22393cc1 /bfd/ChangeLog | |
parent | 145679a83748fd56b412042267bca5555732d6c5 (diff) | |
download | gdb-363d7b14a5363ce7ea4997ec6ebba4d7a28fe536.zip gdb-363d7b14a5363ce7ea4997ec6ebba4d7a28fe536.tar.gz gdb-363d7b14a5363ce7ea4997ec6ebba4d7a28fe536.tar.bz2 |
Set arch/mach info prior to swapping in sections, so that the swapping
routines have access to the arch/mach info.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d9bd497..0dc5a82 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2000-02-09 Timothy Wall <twall@cygnus.com> + + * coffgen.c (coff_real_object_p): Set arch/mach info prior to + swapping in sections, so that the swapping routines have access to + the arch/mach info. + 2000-02-08 Mark Elbrecht <snowball3@bigfoot.com> * coff-go32.c: Update comment. Update copyright. |