diff options
author | DJ Delorie <dj@redhat.com> | 2012-10-03 20:24:50 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2012-10-03 20:24:50 +0000 |
commit | 2b74bec6c9f968fe1889aa29f10bad9b98b23d76 (patch) | |
tree | c083cffd24d92fea6a904356ff535d6bee03e2a5 /newlib/ChangeLog | |
parent | 13ab44c05b093f87ddd5f1d9431d07022d775e1b (diff) | |
download | cygnal-2b74bec6c9f968fe1889aa29f10bad9b98b23d76.tar.gz cygnal-2b74bec6c9f968fe1889aa29f10bad9b98b23d76.tar.bz2 cygnal-2b74bec6c9f968fe1889aa29f10bad9b98b23d76.zip |
* libc/machine/rl78/setjmp.S: Convert from CPP macros to GAS
macros, to avoid dependence on the line separation character.
* rl78/crt0.S (_interrupt_vector_table): Convert from CPP macros
to GAS macros, to avoid dependence on the line separation
character.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index ec1290209..6e3348d20 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2012-10-03 DJ Delorie <dj@redhat.com> + + * libc/machine/rl78/setjmp.S: Convert from CPP macros to GAS + macros, to avoid dependence on the line separation character. + 2012-10-01 DJ Delorie <dj@redhat.com> * libc/sys/sysnecv850/sbrk.c (_sbrk): Change heap_start to be an |