Rev |
Log message |
Author |
Age |
Path |
821 |
Move current version to stable directory. |
jeremybennett |
4414d 08h |
/openrisc/trunk/gnu-stable/boards/ |
816 |
Restructuring to put all except the current stable version in a separate directory. |
jeremybennett |
4414d 08h |
/openrisc/trunk/gnu-old/boards/ |
663 |
Fix compatibility problems with GCC 4.6.1. Fix a bug with hardware floating point in GCC. |
jeremybennett |
4731d 02h |
/openrisc/trunk/gnu-src/boards/ |
565 |
Fixes to gdbserver, updated tests for newlib. |
jeremybennett |
4896d 03h |
/openrisc/trunk/gnu-src/boards/ |
555 |
A number of improvements to help matching of stages and handling of timeouts. |
jeremybennett |
4910d 04h |
/openrisc/trunk/gnu-src/boards/ |
554 |
Bug fix. |
jeremybennett |
4911d 02h |
/openrisc/trunk/gnu-src/boards/ |
553 |
Updated test scripts that are more robust in the face of unreliable telnet. Improved scripts for checking results and searching for Linux sessions on a network. |
jeremybennett |
4911d 03h |
/openrisc/trunk/gnu-src/boards/ |
548 |
New scripts for testing, documentation of testing, fixes to DejaGnu test scripts and updates to scripts. |
jeremybennett |
4913d 09h |
/openrisc/trunk/gnu-src/boards/ |
524 |
Various tidy ups to GDB and updates to the simulation boards for the latest GCC. |
jeremybennett |
4962d 05h |
/openrisc/trunk/gnu-src/boards/ |
522 |
Miscellaneous tidy ups. |
jeremybennett |
4964d 12h |
/openrisc/trunk/gnu-src/boards/ |
507 |
Newlib libgloss board support update. Corresponding GCC port changes to support it. |
julius |
4976d 07h |
/openrisc/trunk/gnu-src/boards/ |
490 |
Updates to fix spurious test failures and register scheduling. |
jeremybennett |
5020d 02h |
/openrisc/trunk/gnu-src/boards/ |
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 |
5054d 12h |
/openrisc/trunk/gnu-src/boards/ |
453 |
Updates to support constructor/destructor initialization for uClibc. |
jeremybennett |
5078d 22h |
/openrisc/trunk/gnu-src/boards/ |
414 |
Updates to add -mredzone and improved GCC optimizations. |
jeremybennett |
5121d 02h |
/openrisc/trunk/gnu-src/boards/ |
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 |
5127d 10h |
/openrisc/trunk/gnu-src/boards/ |
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 |
5185d 04h |
/openrisc/trunk/gnu-src/boards/ |
253 |
No need to define PROTOTYPES, now DWARF 2 debugging is the default. |
jeremybennett |
5194d 09h |
/openrisc/trunk/gnu-src/boards/ |
250 |
Specify -DPROTOTYPES to work round problems with K&R style declarations in GDB
testsuite. |
jeremybennett |
5195d 14h |
/openrisc/trunk/gnu-src/boards/ |
245 |
Fixed minor glitch in build script. Corrected newlib options and added GDB options for simulator script. Updated README to refer to IRC channel. |
jeremybennett |
5200d 11h |
/openrisc/trunk/gnu-src/boards/ |