diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-29 16:13:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-29 16:13:48 +0000 |
commit | ec72cfe589400f06810a571ce4d7f45fb6e19621 (patch) | |
tree | 1e025ae585dad3287f278cc57f80f1ed8179af11 /binutils/NEWS | |
parent | deb04cdb5ef9b4efa0e57b0e9d02c7800f2ee29a (diff) | |
download | gdb-ec72cfe589400f06810a571ce4d7f45fb6e19621.zip gdb-ec72cfe589400f06810a571ce4d7f45fb6e19621.tar.gz gdb-ec72cfe589400f06810a571ce4d7f45fb6e19621.tar.bz2 |
Add VAX specific disassembler option -Mentry: to specify a function entry
address, and add code to test this new option.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index e083502..4ab5a08 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* Add "-M entry:<addr>" switch to objdump to specify a function entry address + when disassembling VAX binaries. + * Add "--globalize-symbol <name>" and "--globalize-symbols <filename>" switches to objcopy to convert local symbols into global symbols. |