* gdbarch.sh: Set LANG and LC_ALL to C, not c.

(remote_breakpoint_for_pc): Correct invalid_p check.
	* gdbarch.c: Regenerated.
This commit is contained in:
Daniel Jacobowitz
2010-02-01 16:57:01 +00:00
parent f9d67f435f
commit 0e05dfcb73
3 changed files with 10 additions and 5 deletions

View File

@@ -22,8 +22,8 @@
# Make certain that the script is not running in an internationalized
# environment.
LANG=c ; export LANG
LC_ALL=c ; export LC_ALL
LANG=C ; export LANG
LC_ALL=C ; export LC_ALL
compare_new ()
@@ -489,7 +489,7 @@ m:const gdb_byte *:breakpoint_from_pc:CORE_ADDR *pcptr, int *lenptr:pcptr, lenpt
# Return the adjusted address and kind to use for Z0/Z1 packets.
# KIND is usually the memory length of the breakpoint, but may have a
# different target-specific meaning.
m:void:remote_breakpoint_from_pc:CORE_ADDR *pcptr, int *kindptr:pcptr, kindptr::default_remote_breakpoint_from_pc:
m:void:remote_breakpoint_from_pc:CORE_ADDR *pcptr, int *kindptr:pcptr, kindptr:0:default_remote_breakpoint_from_pc::0
M:CORE_ADDR:adjust_breakpoint_address:CORE_ADDR bpaddr:bpaddr
m:int:memory_insert_breakpoint:struct bp_target_info *bp_tgt:bp_tgt:0:default_memory_insert_breakpoint::0
m:int:memory_remove_breakpoint:struct bp_target_info *bp_tgt:bp_tgt:0:default_memory_remove_breakpoint::0