diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2012-02-18 11:55:45 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2012-02-18 11:55:45 +0000 |
commit | 390858943d9e9e40283bda3b038faa592083450f (patch) | |
tree | 83984bc763c04252ccc0d6fd4bed21d80fad72dc /ld/ChangeLog | |
parent | 809d7530cc7906502ca0b0976f85a91f08221996 (diff) | |
download | gdb-390858943d9e9e40283bda3b038faa592083450f.zip gdb-390858943d9e9e40283bda3b038faa592083450f.tar.gz gdb-390858943d9e9e40283bda3b038faa592083450f.tar.bz2 |
* ldmisc.c (vfinfo <%S>): Use same type and avoid cast for
temporary variable node used for NULL argument.
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 4df7514..f5db339 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2012-02-18 Hans-Peter Nilsson <hp@axis.com> + + * ldmisc.c (vfinfo <%S>): Use same type and avoid cast for + temporary variable node used for NULL argument. + 2012-02-18 Alan Modra <amodra@gmail.com> PR ld/13343 |