aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2013-08-16 12:59:32 +0000
committerAlan Modra <amodra@gmail.com>2013-08-16 12:59:32 +0000
commit27285eedbdd3e333aad504dab84ad22b3e547fd7 (patch)
treecd8d67c748287bc6962f6b9fd7d652e8506cd8d9 /gas/ChangeLog
parentcbe02d4f39ad1c75f2fa3926f0352815812047b9 (diff)
downloadgdb-27285eedbdd3e333aad504dab84ad22b3e547fd7.zip
gdb-27285eedbdd3e333aad504dab84ad22b3e547fd7.tar.gz
gdb-27285eedbdd3e333aad504dab84ad22b3e547fd7.tar.bz2
* config/tc-ppc.c (ppc_elf_cons): Allow @l and other reloc
modifiers generally.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 62574a6..f0ca044 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2013-08-16 Alan Modra <amodra@gmail.com>
+ * config/tc-ppc.c (ppc_elf_cons): Allow @l and other reloc
+ modifiers generally.
+
+2013-08-16 Alan Modra <amodra@gmail.com>
+
* config/tc-ppc.c (ppc_elf_lcomm): Use subsection 1.
2013-08-14 David Edelsohn <dje.gcc@gmail.com>