Rev |
Log message |
Author |
Age |
Path |
816 |
Restructuring to put all except the current stable version in a separate directory. |
jeremybennett |
4405d 01h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
251 |
Bug in register enum declaration fixed in or32. Bug with empty arguments to
macro VEC_TA_GTY fixed.
* config/or32/or32.h <enum reg_class>: CR_REGS removed from
enumeration.
* vec.h: All references to VEC_TA_GTY with an empty fourth
argument replaced by VEC_TA_GTY_ANON with only three arguments
<VEC_TA_GTY_ANON>: Created. |
jeremybennett |
5185d 02h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
247 |
Set DWARF2 as the default debugging format. Clear out redundant code from
header.
* config/or32/elf.h <DWARF2_DEBUGGING_INFO>: Defined.
<PREFERRED_DEBUGGING_TYPE>: Changed to DWARF2_DEBUG.
<PUT_SDB_DEF>: Deleted.
* config/or32/or32.h: Obsolete code surrounded by "#if 0" removed
for clarity.
<SDB_DELIM>: Definition deleted.
<DBX_CONTIN_LENGTH, DBX_CONTIN_CHAR, DBX_REGISTER_NUMBER>:
Definition deleted (default suffices).
<DWARF2_UNWIND_INFO, DWARF2_FRAME_INFO>: Defined.
<DWARF2_ASM_LINE_DEBUG_INFO, INCOMIN_RETURN_ADDR_RTX>: Defined.
* config/or32/or32.md: Commenting clarified. Obsolete code for
define_function_unit deleted. |
jeremybennett |
5186d 06h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
242 |
Generate global symbols without leading underscore. Tidy up generation of .proc directive.
* config/or32/elf.h <PUT_SDB_DEF>: Definition removed.
<USER_LABEL_PREFIX>: Modified to match or32.h
* config/or32/linux-elf.h<USER_LABEL_PREFIX>: Modified to match
or32.h
* config/or32/or32.h <LIB_SPEC>: Changed to use free instead of
_free to match change in USER_LABEL_PREFIX.
<USER_LABEL_PREFIX>: Changed from "_" to "".
<ASM_OUTPUT_FUNCTION_PREFIX>: Surround .proc by tab chars.
* config/or32/or32.S (__mulsi3, __udivsi3, __divsi3, __umodsi3)
(__modsi3): Changed from ___mulsi3, ___udivsi3, ___divsi3,
___umodsi3 and ___modsi3 respectively to match change in
USER_LABEL_PREFIX. |
jeremybennett |
5191d 04h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
212 |
Patch to fix linking to newlib with -lg. |
jeremybennett |
5222d 05h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
208 |
Updated for Newlib 1.18.0 |
jeremybennett |
5222d 21h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
203 |
Fixed LIB_SPEC and STARTFILE_SPEC for newlib |
jeremybennett |
5224d 21h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
201 |
Fixed ordering of the newlib include directory (should be after system includes, not before). |
jeremybennett |
5225d 07h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
199 |
Fixes to SPECs to pick up newlib in custom locations. |
jeremybennett |
5225d 22h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
192 |
Updated to fix problems with initfini assembler fragments. |
jeremybennett |
5228d 19h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
177 |
Specified CPU type for or32, corrected templates for or32-*-elf*. Corrected specs in or32.h, added init and fini. Added support for newlib, including -mor32-newlib and -mor32-newlib-uart options. |
jeremybennett |
5232d 22h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
154 |
Restructuring the OpenRISC GNU tools distribution to use a unified source tree, mirroring the approach used by the FSF mainline distribution. |
jeremybennett |
5238d 02h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
152 |
Changes to allow building from unified source tree, to facilitate newlib integration and to fix a bug in the machine definition for OR32. |
jeremybennett |
5238d 02h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
133 |
Patches for floating point support |
jeremybennett |
5254d 00h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |
38 |
Adding binutils, gcc, uClibc patched source and patches |
julius |
5642d 05h |
/openrisc/trunk/gnu-old/gcc-4.2.2/gcc/config/or32/ |