diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-10-30 20:42:54 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-10-30 20:42:54 +0000 |
commit | bf9c25dc04a0d51aa8c03b6110d3fc3d0c2962db (patch) | |
tree | 178e9e0d34851482bd99dd847c8d2fd2a85f074b /gdb/ChangeLog | |
parent | 54847c7622d8b0bff65fba8131a2a7b0f8e7b6e0 (diff) | |
download | gdb-bf9c25dc04a0d51aa8c03b6110d3fc3d0c2962db.zip gdb-bf9c25dc04a0d51aa8c03b6110d3fc3d0c2962db.tar.gz gdb-bf9c25dc04a0d51aa8c03b6110d3fc3d0c2962db.tar.bz2 |
* hppa-tdep.c (find_function_in_inferior): Remove this extern,
as this is already provided by value.h, and was actually causing
a compilation error because of a conflict in parameter type
declaration due to a missing const keyword.
(low_text_segment_addres): Fix a compilation warning.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 903e0f5..4a5df7e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2002-10-30 Joel Brobecker <brobecker@gnat.com> + + * hppa-tdep.c (find_function_in_inferior): Remove this extern, + as this is already provided by value.h, and was actually causing + a compilation error because of a conflict in parameter type + declaration due to a missing const keyword. + (low_text_segment_addres): Fix a compilation warning. + 2002-10-29 Daniel Jacobowitz <drow@mvista.com> * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch |