diff options
author | Nick Clifton <nickc@redhat.com> | 2015-01-23 16:39:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-01-23 16:39:53 +0000 |
commit | bb97bdd70c9a4614416767e5fc7ea8d75b24b0b8 (patch) | |
tree | 35364da0686cadd275a5ff01bea3f74bad3c07ce /binutils/ChangeLog | |
parent | 743649fd80776de922475362bf3ac8b44511bb24 (diff) | |
download | gdb-bb97bdd70c9a4614416767e5fc7ea8d75b24b0b8.zip gdb-bb97bdd70c9a4614416767e5fc7ea8d75b24b0b8.tar.gz gdb-bb97bdd70c9a4614416767e5fc7ea8d75b24b0b8.tar.bz2 |
Fix build errors when compiling nlmconv.c on a 32-bit host.
* nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced
by recent delta, when compiling on for a 32-bit host.
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 1d1ba9d..5fbccc8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2015-01-23 Nick Clifton <nickc@redhat.com> + + * nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced + by recent delta, when compiling on for a 32-bit host. + 2015-01-21 Nick Clifton <nickc@redhat.com> PR binutils/17512 |