OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [config/] - Rev 847

Rev

Go to most recent revision

Filtering Options

Clear current filter

Rev Log message Author Age Path
826 Move current version to stable directory. jeremybennett 4301d 07h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
816 Restructuring to put all except the current stable version in a separate directory. jeremybennett 4301d 07h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
663 Fix compatibility problems with GCC 4.6.1. Fix a bug with hardware floating point in GCC. jeremybennett 4618d 01h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
635 Patch for http://bugzilla.opencores.org/show_bug.cgi?id=69.

* config/or32/linux-elf.h <TARGET_OS_CPP_BUILTINS>: Defined, based
on LINUX_TARGET_OS_CPP_BUILTINS copied from linux.h.
jeremybennett 4717d 10h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
548 New scripts for testing, documentation of testing, fixes to DejaGnu test scripts and updates to scripts. jeremybennett 4800d 08h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
523 Changes to -mnewlib is no longer needed with the or32-elf tool chain. jeremybennett 4850d 06h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
522 Miscellaneous tidy ups. jeremybennett 4851d 11h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
518 Missing parts of checkin from revision 515. Version now 1.0rc4. julius 4854d 04h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
515 Minor synch with recent changes by Joern. jeremybennett 4855d 05h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
514 Changes for version 1.0rc3 for OpenRISC 1000. Various bugs and tests fixed. jeremybennett 4855d 07h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
507 Newlib libgloss board support update. Corresponding GCC port changes to support it. julius 4863d 06h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
490 Updates to fix spurious test failures and register scheduling. jeremybennett 4907d 01h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
484 Changes to make r12 call-saved and to bring wchar tests in line. jeremybennett 4920d 09h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
473 Fix typos in tool chain build script. Add build script for BusyBox/uClibc/Linux. Delete obsolete scripts, improve board description for test, add -pthread flag to GCC for Linux. jeremybennett 4941d 11h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
453 Updates to support constructor/destructor initialization for uClibc. jeremybennett 4965d 21h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
452 Update to define __UCLIBC__ when using the uClibc tool chain. jeremybennett 4966d 05h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
444 Changes to ABI handling of varargs. jeremybennett 4975d 06h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
438 Fix to newlib header and library locations. jeremybennett 4982d 06h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
427 Fixes for C++ to correspond to fixes in uClibc. jeremybennett 4997d 10h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
414 Updates to add -mredzone and improved GCC optimizations. jeremybennett 5008d 01h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
404 New scripts to build separate bare metal and Linux tool chains. Fixes to GDB so it builds with the Linux tool chain and uses RELA. Other minor fixes to the GCC tool chain. jeremybennett 5013d 04h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
402 Further updates to the compiler jeremybennett 5014d 06h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
400 Updates to the linker, GCC, newlib and GDB in preparation for supporting C++. The key changes are that the linker now uses RELA and that GCC may save registers at the bottom of the stack before the frame is allocated or after it is deallocated, so exception handlers/thread primitives should not use the first 130 bytes after the SP. jeremybennett 5014d 06h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
399 Updates to the linker, GCC, newlib and GDB in preparation for supporting C++. The key changes are that the linker now uses RELA and that GCC may save registers at the bottom of the stack before the frame is allocated or after it is deallocated, so exception handlers/thread primitives should not use the first 130 bytes after the SP. jeremybennett 5014d 09h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
378 Adding gcc-4.5.1 patches to enable kernel to build again julius 5046d 09h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
377 gcc-4.5.1/gcc/config/or32/or32.c:
Swap INTVAL for REGNO in or32_legitimate_address_p fixing 64-bit
machine build errors.
julius 5047d 01h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
333 Fix the default option (to use -mhard-mul). Update the documentation for
OpenRISC.
jeremybennett 5071d 04h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
332 Provide support for nested functions. Tidy up board specification.

* config/or32/or32-protos.c <or32_trampoline_code_size>: Added.
* config/or32/or32.c <OR32_MOVHI, OR32_ORI, OR32_LWZ, OR32_JR>:
New macros added.
(or32_emit_mode, or32_emit_binary, or32_force_binary)
(or32_trampoline_code_size, or32_trampoline_init): Created.
(or32_output_bf): Tabbing fixed.
<TARGET_TRAMPOLINE_INIT>: Definition added.
* config/or32/or32.h <STATIC_CHAIN_REGNUM>: Uses R11.
<TRAMPOLINE_SIZE>: redefined.
<TRAMPOLINE_ENVIRONMENT>: Added definition.
jeremybennett 5072d 03h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/
282 Baseline GCC 4.5.1 port for the OpenRISC 1000 jeremybennett 5073d 05h /openrisc/trunk/gnu-stable/gcc-4.5.1/gcc/config/

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.