From: Ian Lance Taylor Date: Mon, 13 Jun 1994 20:25:28 +0000 (+0000) Subject: * ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that X-Git-Tag: gdb-4_18-branchpoint~14305 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f24078fd07ce984f6c5c19f0fc59caff3e530e41;p=thirdparty%2Fbinutils-gdb.git * ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that BLOCK works in a section address as documented. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index e4f049ae5c2..96c6cac9509 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)