From f28ca2b9991aad21f2ab96100bc51e2a7bf4cfba Mon Sep 17 00:00:00 2001 From: Paul Koning <pkoning@gcc.gnu.org> Date: Tue, 7 Dec 2010 14:59:16 -0500 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ff5268678ea0..13a4b69bd4eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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. -- GitLab