diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-15 15:11:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-15 15:11:56 +0000 |
commit | 44a6d974f7345c996e31fe290801c2d99b886306 (patch) | |
tree | c9ffc158460a954d796a1cb1a9051755078aaca6 /binutils/ChangeLog | |
parent | aff16937f51bb61445f1373572a1e993ee3ad938 (diff) | |
download | gdb-44a6d974f7345c996e31fe290801c2d99b886306.zip gdb-44a6d974f7345c996e31fe290801c2d99b886306.tar.gz gdb-44a6d974f7345c996e31fe290801c2d99b886306.tar.bz2 |
Support MAP directive
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7880807..fe5664e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2004-07-15 Aravinda PR <aravindapr@rediffmail.com> + + * nlmconv.c (main): Pass map_file argument to link_inputs. + (link_inputs): Use map_file argument if it is defined. + 2004-07-13 Nick Clifton <nickc@redhat.com> * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid |