From: Michael Meissner Date: Tue, 4 Jun 1996 15:02:47 +0000 (+0000) Subject: Do not turn on -mregnames by default X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=527b83247efb793837b0d0c0a58933e44dd680ea;p=binutils-gdb.git Do not turn on -mregnames by default --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 29f16fb19b5..e69cd240054 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 4 10:14:53 1996 Michael Meissner + + * config/ppc-sol.mt (TDEFINES): Don't turn on -mregnames by + default. + Mon Jun 3 11:34:41 1996 Ian Lance Taylor * config/tc-mips.c (mips_ip): Don't call as_warn if we are setting diff --git a/gas/config/ppc-sol.mt b/gas/config/ppc-sol.mt index 0b1ee106702..2216647ccb0 100644 --- a/gas/config/ppc-sol.mt +++ b/gas/config/ppc-sol.mt @@ -1 +1 @@ -TDEFINES=-DTARGET_BYTES_LITTLE_ENDIAN=1 -DTARGET_REG_NAMES_P=true -DTARGET_SOLARIS_COMMENT +TDEFINES=-DTARGET_BYTES_LITTLE_ENDIAN=1 -DTARGET_SOLARIS_COMMENT