aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-06-13 20:25:28 +0000
committerIan Lance Taylor <ian@airs.com>1994-06-13 20:25:28 +0000
commitf24078fd07ce984f6c5c19f0fc59caff3e530e41 (patch)
tree70bb4cf94cad1b1baf965090564f1adc880d3802 /ld
parenteb7edfa156ed15bc49fa15aecd535208effc7df3 (diff)
downloadgdb-f24078fd07ce984f6c5c19f0fc59caff3e530e41.zip
gdb-f24078fd07ce984f6c5c19f0fc59caff3e530e41.tar.gz
gdb-f24078fd07ce984f6c5c19f0fc59caff3e530e41.tar.bz2
* ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
BLOCK works in a section address as documented.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index e4f049a..96c6cac 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,8 @@
Mon Jun 13 15:46:09 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
+ BLOCK works in a section address as documented.
+
* ldgram.y (YYDEBUG): Don't define.
Fri Jun 10 16:45:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)