diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-19 17:21:51 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-19 17:21:51 +0000 |
commit | f73e88f92fc5c54b19418144cb4b3cf9b6beff36 (patch) | |
tree | d8d51999058bbcd3a61cdce6fb4b836847091f38 /gdb/gdbarch.sh | |
parent | cab58a69eb053e15d0b4698c870e76f5aa98b1ef (diff) | |
download | binutils-gdb-f73e88f92fc5c54b19418144cb4b3cf9b6beff36.tar.gz |
* gdbarch.sh (BELIEVE_PCC_PROMOTION): Replace by
gdbarch_believe_pcc_promotion.
* stabsread.c (define_symbol): Likewise.
Remove unnecessary definition.
* coffread.c (process_coff_symbol): Remove unnecessary code.
* gdbarch.c, gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/gdbarch.sh')
-rwxr-xr-x | gdb/gdbarch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index 2d142807794..c81f6999744 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -481,7 +481,7 @@ f::int:cannot_store_register:int regnum:regnum::cannot_register_not::0 # setjmp/longjmp support. F::int:get_longjmp_target:struct frame_info *frame, CORE_ADDR *pc:frame, pc # -v:=:int:believe_pcc_promotion::::::: +v::int:believe_pcc_promotion::::::: # f::int:convert_register_p:int regnum, struct type *type:regnum, type:0:generic_convert_register_p::0 f::void:register_to_value:struct frame_info *frame, int regnum, struct type *type, gdb_byte *buf:frame, regnum, type, buf:0 |