aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-01-17 15:29:43 +0000
committerNick Clifton <nickc@redhat.com>2019-01-17 15:29:43 +0000
commitbaae986a40eb2ed6d612436586bfa7dd1d88702d (patch)
treedbd18a9b28eb55af549e1e9bd5d94132c7fc7472 /binutils/NEWS
parente89c69419641d638a96cb7ca3c9fa4b3feac5ce0 (diff)
downloadgdb-baae986a40eb2ed6d612436586bfa7dd1d88702d.zip
gdb-baae986a40eb2ed6d612436586bfa7dd1d88702d.tar.gz
gdb-baae986a40eb2ed6d612436586bfa7dd1d88702d.tar.bz2
Update objdump's --disassemble=<symbol> feature so that if <symbol> is a function, the entire function will be disassembled, regardless of the presence of interveening symbols.
* objdump.c (disassemble_section): When disassembling from a symbol only stop at the next symbol if the original symbol was not a function symbol. Otherwise continue disassembling until a new function is reached. * testsuite/binutils-all/objdump.exp: Add tests of extended functionality. * testsuite/binutils-all/disasm.s: New test source file.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 56bd740..0b8cc8e 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -13,7 +13,7 @@
* Objdump's --disassemble option can now take a parameter, specifying the
starting symbol for disassembly. Disassembly will continue from this
- symbol up to the next symbol.
+ symbol up to the next symbol or the end of the function.
* The MIPS port now supports the Loongson 2K1000 processor which implements
the MIPS64r2 ISA, the Loongson-mmi ASE, Loongson-cam ASE, Loongson-ext ASE,