diff options
author | Alan Modra <amodra@gmail.com> | 2002-10-11 07:39:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-10-11 07:39:07 +0000 |
commit | 2d801b0fa01bf6af6d34f000ab55096ff1064acc (patch) | |
tree | 57b7421b2c47c087dde5fe44446204062d1e833f /ld/ChangeLog | |
parent | 0be617ce13f4300eeee13483535d6483ba342f9e (diff) | |
download | gdb-2d801b0fa01bf6af6d34f000ab55096ff1064acc.zip gdb-2d801b0fa01bf6af6d34f000ab55096ff1064acc.tar.gz gdb-2d801b0fa01bf6af6d34f000ab55096ff1064acc.tar.bz2 |
* ldgram.y (memory_spec): Provide empty action.
(section <NAME>): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b5399ca..d814a56 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-10-11 Alan Modra <amodra@bigpond.net.au> + + * ldgram.y (memory_spec): Provide empty action. + (section <NAME>): Likewise. + 2002-10-10 Jakub Jelinek <jakub@redhat.com> * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if |