X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdb_indent.sh;h=115b99521fcb35ad2fbcdcc19d15ff788d3fe96f;hb=441af85bd9c68dbc0c2a1dbe23bf07c6cb3c3f5d;hp=ee0d0fb9a8a0ed62a8a168e1368cc460bdf005ef;hpb=5378adc435ea0bce3ecb56bf0f1bc42deb1406f1;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_indent.sh b/gdb/gdb_indent.sh index ee0d0fb9a8..115b99521f 100755 --- a/gdb/gdb_indent.sh +++ b/gdb/gdb_indent.sh @@ -3,6 +3,11 @@ # Try to find a GNU indent. There could be a BSD indent in front of a # GNU gindent so when indent is found, keep looking. +# Make certain that the script is not running in an internationalized +# environment. +LANG=c ; export LANG +LC_ALL=c ; export LC_ALL + gindent= indent= paths=`echo $PATH | sed \ @@ -73,8 +78,11 @@ esac types="\ -T FILE \ --T bfd -T asection \ --T prgregset_t -T fpregset_t -T gregset_t \ +-T bfd -T asection -T pid_t \ +-T prgregset_t -T fpregset_t -T gregset_t -T sigset_t \ +-T td_thrhandle_t -T td_event_msg_t -T td_thr_events_t \ +-T td_notify_t -T td_thr_iter_f -T td_thrinfo_t \ +-T caddr_t \ `cat *.h | sed -n \ -e 's/^.*[^a-z0-9_]\([a-z0-9_]*_ftype\).*$/-T \1/p' \ -e 's/^.*[^a-z0-9_]\([a-z0-9_]*_func\).*$/-T \1/p' \