diff options
author | Yao Qi <yao@codesourcery.com> | 2013-07-18 01:47:00 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-07-18 01:47:00 +0000 |
commit | 886f230ed7340b9e20889fce7755ca14ed1931e0 (patch) | |
tree | 8f92c50f237554feebcf7e2002069f5efa285bf4 | |
parent | 303c5ee1872e455db7728fb6b432f74e44ce3393 (diff) | |
download | gdb-886f230ed7340b9e20889fce7755ca14ed1931e0.zip gdb-886f230ed7340b9e20889fce7755ca14ed1931e0.tar.gz gdb-886f230ed7340b9e20889fce7755ca14ed1931e0.tar.bz2 |
gdb/
Commit the changelog change for my previous commit.
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 142156d..9bbce45 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2013-07-18 Yao Qi <yao@codesourcery.com> + + * coffread.c (coff_symfile_read): Iterate over minimal symbols, + if the name is prefixed by "__imp_" or "_imp_", look for minimal + symbol without prefix. If found, set its type to + 'mst_solib_trampoline'. + 2013-07-17 Doug Evans <dje@google.com> * NEWS: Mention "set print raw frame-arguments". |