diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-26 04:37:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-26 04:37:54 +0000 |
commit | 560ba567a08f995fe5e2d24f47b504e3aca28fa6 (patch) | |
tree | 1e349f3bf8196c2597f642e78485247e47ca2c16 /sim/ppc/ChangeLog | |
parent | 0398c9aabc5573e28f965098a0c4f6c45dcd0f0f (diff) | |
download | gdb-560ba567a08f995fe5e2d24f47b504e3aca28fa6.zip gdb-560ba567a08f995fe5e2d24f47b504e3aca28fa6.tar.gz gdb-560ba567a08f995fe5e2d24f47b504e3aca28fa6.tar.bz2 |
Chirp fixes:
* hw_htab.c (htab_map_binary): Don't try to map the text section
when it is empty.
* emul_chirp.c (map_over_chirp_note): Default load-base to -1 not
CHIRP_LOAD_BASE.
(emul_chirp_create): Map in the interrupt table.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index e325321..3600c79 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,12 @@ +2001-10-25 Andrew Cagney <ac131313@redhat.com> + + * emul_generic.c (OEA_MEMORY_SIZE): Increase to 4mb. + * hw_htab.c (htab_map_binary): Don't try to map the text section + when it is empty. + * emul_chirp.c (map_over_chirp_note): Default load-base to -1 not + CHIRP_LOAD_BASE. + (emul_chirp_create): Map in the interrupt table. + 2001-07-16 Daniel Jacobowitz <drow@mvista.com> * Makefile.in: Add dependencies on $(CPU_H). |