aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorPaul Koning <pkoning@gcc.gnu.org>2010-12-07 14:59:16 -0500
committerPaul Koning <pkoning@gcc.gnu.org>2010-12-07 14:59:16 -0500
commitf28ca2b9991aad21f2ab96100bc51e2a7bf4cfba (patch)
tree7e826d55b10f8df31bdcac9ea8e3861a58daa2b7 /gcc/ChangeLog
parent6b208988ad7a00e531e9807966d724b511cee25d (diff)
downloadgcc-f28ca2b9991aad21f2ab96100bc51e2a7bf4cfba.zip
gcc-f28ca2b9991aad21f2ab96100bc51e2a7bf4cfba.tar.gz
gcc-f28ca2b9991aad21f2ab96100bc51e2a7bf4cfba.tar.bz2
pdp11.c (output_addr_const_pdp11): Output negative values with sign rather than as unsigned.
* config/pdp11/pdp11.c (output_addr_const_pdp11): Output negative values with sign rather than as unsigned. From-SVN: r167567
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ff52686..13a4b69 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2010-12-07 Paul Koning <ni1d@arrl.net>
+ * config/pdp11/pdp11.c (output_addr_const_pdp11): Output negative
+ values with sign rather than as unsigned.
+
+2010-12-07 Paul Koning <ni1d@arrl.net>
+
* config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_SECTION): Define.
(pdp11_function_section): New function.