diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-05-11 19:58:38 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-05-11 19:58:38 +0000 |
commit | dcf52cd8d5c0971b089572d71f49a0d1c7ea7f55 (patch) | |
tree | 1a2d761bc3ef62eade0366d3421410b9837616a1 /gdb/ChangeLog | |
parent | 1c7724581e56a7cda4dd412b88eabe51e33b0507 (diff) | |
download | gdb-dcf52cd8d5c0971b089572d71f49a0d1c7ea7f55.zip gdb-dcf52cd8d5c0971b089572d71f49a0d1c7ea7f55.tar.gz gdb-dcf52cd8d5c0971b089572d71f49a0d1c7ea7f55.tar.bz2 |
* spu-tdep.c: Include "observer.h".
(spu_frame_unwind_cache): Unwind PC through overlay return stubs.
(spu_overlay_data): New variable.
(struct spu_overlay_table): New type.
(spu_get_overlay_table, spu_overlay_update_osect, spu_overlay_update,
spu_overlay_new_objfile): New functions.
(spu_gdbarch_init): Install spu_overlay_update.
(_initialize_spu_tdep): Register spu_overlay_new_objfile,
allocate spu_overlay_data objfile data.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9ddbf86..be0bc8f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,17 @@ 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com> + * spu-tdep.c: Include "observer.h". + (spu_frame_unwind_cache): Unwind PC through overlay return stubs. + (spu_overlay_data): New variable. + (struct spu_overlay_table): New type. + (spu_get_overlay_table, spu_overlay_update_osect, spu_overlay_update, + spu_overlay_new_objfile): New functions. + (spu_gdbarch_init): Install spu_overlay_update. + (_initialize_spu_tdep): Register spu_overlay_new_objfile, + allocate spu_overlay_data objfile data. + +2007-05-11 Ulrich Weigand <uweigand@de.ibm.com> + * gdbarch.sh (overlay_update): New gdbarch function. (struct obj_section): Add forward declaration. * gdbarch.c, gdbarch.h: Regenerate. |