From: pkoning Date: Tue, 7 Dec 2010 19:59:16 +0000 (+0000) Subject: * config/pdp11/pdp11.c (output_addr_const_pdp11): Output negative X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f871c7bb7372cdb2db7557ad94b7e729fe52fd2;p=thirdparty%2Fgcc.git * config/pdp11/pdp11.c (output_addr_const_pdp11): Output negative values with sign rather than as unsigned. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167567 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + + * config/pdp11/pdp11.c (output_addr_const_pdp11): Output negative + values with sign rather than as unsigned. + 2010-12-07 Paul Koning * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_SECTION): Define.