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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [ChangeLog.or32] - Blame information for rev 336

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 334 jeremybenn
2010-09-05  Jeremy Bennett  
2
 
3 336 jeremybenn
        * BASE_VER: Updated for gcc-4.5.1-or32-1.0rc1.
4 335 jeremybenn
 
5
2010-09-05  Jeremy Bennett  
6
 
7 334 jeremybenn
        * config/or32/or32-protos.c : Added.
8
        * config/or32/or32.c : Added.
9
        * config/or32/or32.h : Deleted.
10
        * doc/contrib.texi: Updated for OpenRISC.
11
        * doc/invoke.texi: Updated for OpenRISC.
12
 
13 332 jeremybenn
2010-09-04  Jeremy Bennett  
14
 
15
        * config/or32/or32-protos.c : Added.
16
        * config/or32/or32.c :
17
        New macros added.
18
        (or32_emit_mode, or32_emit_binary, or32_force_binary)
19
        (or32_trampoline_code_size, or32_trampoline_init): Created.
20
        (or32_output_bf): Tabbing fixed.
21
        : Definition added.
22
        * config/or32/or32.h : Uses R11.
23
        : redefined.
24
        : Added definition.
25
 
26 280 jeremybenn
2010-09-01  Jeremy Bennett  
27
 
28
        * haifa-sched.c (initiate_bb_reg_pressure_info): Declaration of i
29
        made conditional to avoid warning.
30
        * or32.c: Updated for compatibility with GCC 4.5.1. Redundant
31
        functions remobed. Now contains all target hooks.
32
        * or32.h: Complete rewrite for compatibility with GCC
33
        4.5.1. Removed all target hooks.
34
        * or32.md: Rewrite for compatibility with GCC 4.5.1.
35
        * or32-protos.h: Updated to match or32.c.
36
 
37
2010-09-01  Jeremy Bennett  
38
 
39
        * .: All files updated to GCC 4.5.1 base.
40
 
41
2010-08-26  mirekez  
42
 
43
        * config/or32/or32.h : CR_REGS removed from
44
        enumeration.
45
 
46
2010-08-26  Jeremy Bennett  
47
 
48
        * vec.h: All references to VEC_TA_GTY with an empty fourth
49
        argument replaced by VEC_TA_GTY_ANON with only three arguments
50
        : Created.
51
 
52
2010-08-25  Jeremy Bennett  
53
 
54
        * config/or32/elf.h : Defined.
55
        : Changed to DWARF2_DEBUG.
56
        : Deleted.
57
        * config/or32/or32.h: Obsolete code surrounded by "#if 0" removed
58
        for clarity.
59
        : Definition deleted.
60
        :
61
        Definition deleted (default suffices).
62
        : Defined.
63
        : Defined.
64
        * config/or32/or32.md: Commenting clarified. Obsolete code for
65
        define_function_unit deleted.
66
 
67
2010-08-19  Jeremy Bennett  
68
 
69
        * config/or32/elf.h : Definition removed.
70
        : Modified to match or32.h
71
        * config/or32/linux-elf.h: Modified to match
72
        or32.h
73
        * config/or32/or32.h : Changed to use free instead of
74
        _free to match change in USER_LABEL_PREFIX.
75
        : Changed from "_" to "".
76
        : Surround .proc by tab chars.
77
        * config/or32/or32.S (__mulsi3, __udivsi3, __divsi3, __umodsi3)
78
        (__modsi3): Changed from ___mulsi3, ___udivsi3, ___divsi3,
79
        ___umodsi3 and ___modsi3 respectively to match change in
80
        USER_LABEL_PREFIX.
81
 
82
2010-07-20  Jeremy Bennett 
83
 
84
        * config/or32/or32.h: Updated LIB_SPEC for newlib 1.18.0 to force
85
        linking of _malloc and _free against a weak reference also when
86
        using -lg.
87
 
88
2010-07-19  Jeremy Bennett 
89
 
90
        * config/or32/or32.h: Updated LIB_SPEC for newlib 1.18.0 to force
91
        linking of _malloc and _free against a weak reference.
92
 
93
2010-07-17  Jeremy Bennett 
94
 
95
        * config/or32/or32.h: Updated STARTFILE_SPEC and LIB_SPEC
96
        definition for newlib.
97
 
98
2010-07-16  Jeremy Bennett 
99
 
100
        * config/or32/or32.h: Updated SPEC definitions to pick up newlib
101
        in custom location.
102
 
103
2010-07-13  Jeremy Bennett 
104
 
105
        * config/or32/initfini.c: Corrected assembler sequences.
106
 
107
2010-07-07  Jeremy Bennett 
108
 
109
        * config.gcc: Specified cpu_type for or32. Corrected templates
110
        specified for or32-*-elf*. Added extra_parts for
111
        or32-*-elf*. Specified t-or32 as tmake_file for or32-*-elf*.
112
        * config/or32/initfini.c: Created.
113
        * config/or32/or32.h : Removed.
114
        : Add crtinit.o.
115
        : Just specify crtfini.o.
116
        : Unified multiple definitions. Added newlib library
117
        when specified.
118
        * config/or32/or32.opt : New option added.
119
        * config/or32/t-default: Added details for crtinit and crtfini.
120
        * config/or32/t-or32: Added details for crtinit and crtfini.
121
 
122
2010-06-30  Jeremy Bennett  
123
 
124
        * config/or32/or32.h : Corrected definition.
125
        : Pick up newlib specific linker script.
126
        : Specify newlib library.
127
        * config/or32/or32.opt : New option added.
128
 
129
2010-06-21  Jeremy Bennett  
130
 
131
        * config/or32/or32.md: Duplicate define_insn of "movdf" and "movsf"
132
        removed.
133
 
134
2010-06-17  Jungsook yang  
135
 
136
        * config/or32/or32.c (or32_expand_branch): Added SFmode case.
137
        * config/or32/or32.md : Added.
138
        : Added.
139
        : Added.
140
        : Added.
141
        : Added.
142
        : Added.
143
        : Added.
144
        : Added.
145
        : Added.
146
        : Added TARGET_DOUBLE_FLOAT.
147
        : Added TARGET_DOUBLE_FLOAT.
148
        : Added TARGET_DOUBLE_FLOAT.
149
        : Added TARGET_DOUBLE_FLOAT.
150
        : Added.
151
        : Added.
152
        : Added.
153
        : Added.
154
        * config/or32/or32.opt: mdouble-float option added.
155
 

powered by: WebSVN 2.1.0

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