diff options
author | eager <eager@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-30 18:21:57 +0000 |
---|---|---|
committer | eager <eager@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-30 18:21:57 +0000 |
commit | d34b0d1e4502f0a0879adac335534686cc5b550a (patch) | |
tree | 3e6ddc920dca714da86387abe482505839030906 /libgcc/ChangeLog | |
parent | 789e0a776f923336e4d6b5f6cd845157cd0b0ad8 (diff) | |
download | gcc-d34b0d1e4502f0a0879adac335534686cc5b550a.tar.gz |
Check in support for Xilinx MicroBlaze processor.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r-- | libgcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f0faa8f7926..f5180963015 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,10 @@ +2010-09-30 Michael Eager <eager@eagercon.com> + + * config.host: Add microblaze*-*-*. + * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm, + muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze, + udivsi3.asm,umodsi3.asm}: New. + 2010-09-28 Ian Lance Taylor <iant@google.com> * configure.ac: Adjust CFI test to test assembler directly rather @@ -22,6 +29,7 @@ * config.host (i[34567]86-*-linux* and friends): Add t-stack and i386/t-stack-i386 to tmake_file. +>>>>>>> .r164755 2010-09-21 Iain Sandoe <iains@gcc.gnu.org> * Makefile.in (libgcc-extra-parts): Check for static archives and |