OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

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

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

powered by: WebSVN 2.1.0

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