aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-10-17 06:03:41 +0000
committerAlan Modra <amodra@gmail.com>2001-10-17 06:03:41 +0000
commit15c1449b2593a7bbbca15b76576152e6e68efc7f (patch)
treea0f4093918083190a40d48c387f429bc23aff2f7 /gas/ChangeLog
parentd3ecfc599fbf95d896a970b06d122a4e17470c0d (diff)
downloadgdb-15c1449b2593a7bbbca15b76576152e6e68efc7f.zip
gdb-15c1449b2593a7bbbca15b76576152e6e68efc7f.tar.gz
gdb-15c1449b2593a7bbbca15b76576152e6e68efc7f.tar.bz2
* config/tc-ppc.c (PPC_HA, PPC_HIGHERA, PPC_HIGHESTA): Simplify.
(ppc_size): Select PPC_OPCODE_64 if 64 bit. (md_begin): Don't set ppc_size here. (ppc_target_format): Test ppc_size as well as BFD_DEFAULT_TARGET_SIZE. (md_shortopts): Constify. (md_longopts): Likewise. (md_longopts_size): Likewise. (ppc_elf_suffix): Only allow 64-bit relocs when ppc_size specifies 64-bit opcodes. (ppc_machine): Explain why this function is a nop.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a9b85d1..b3551fb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,18 @@
2001-10-17 Alan Modra <amodra@bigpond.net.au>
+ * config/tc-ppc.c (PPC_HA, PPC_HIGHERA, PPC_HIGHESTA): Simplify.
+ (ppc_size): Select PPC_OPCODE_64 if 64 bit.
+ (md_begin): Don't set ppc_size here.
+ (ppc_target_format): Test ppc_size as well as BFD_DEFAULT_TARGET_SIZE.
+ (md_shortopts): Constify.
+ (md_longopts): Likewise.
+ (md_longopts_size): Likewise.
+ (ppc_elf_suffix): Only allow 64-bit relocs when ppc_size specifies
+ 64-bit opcodes.
+ (ppc_machine): Explain why this function is a nop.
+
+2001-10-17 Alan Modra <amodra@bigpond.net.au>
+
* bit_fix.h: Comment typo fix.
* config/tc-mips.c: Likewise.
* config/tc-sh.c: Likewise.