Browse Source

* gdbarch.sh (LANG): Set to ``c''.

binutils-2_13-branch
Andrew Cagney 25 years ago
parent
commit
d886453249
  1. 4
      gdb/ChangeLog
  2. 5
      gdb/gdbarch.sh

4
gdb/ChangeLog

@ -1,3 +1,7 @@
2002-04-17 Andrew Cagney <ac131313@redhat.com>
* gdbarch.sh (LANG): Set to ``c''.
2002-04-15 Andrew Cagney <ac131313@redhat.com>
* PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.

5
gdb/gdbarch.sh

@ -19,6 +19,11 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Make certain that the script is running in an internationalized
# environment.
LANG=c ; export LANG
compare_new ()
{
file=$1

Loading…
Cancel
Save