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

Subversion Repositories openrisc_me

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 473 jeremybenn
2011-01-12  Joern Rennecke  
2
 
3
        * config.or32/or32.h (CPP_SPEC): Add -D_XOPEN_SOURCE=600 for pthread.
4
        (LIB_SPEC): Add --whole-archive -lpthread --no-whole-archive for
5
        pthread.
6
 
7 453 jeremybenn
2010-12-19  Jeremy Bennett 
8
 
9
        * config.gcc : Remove extra_parts.
10
        * config/or32/crti.S (__init): Add l.nop, so doesn't start at zero.
11
 
12
2010-12-19  Jeremy Bennett 
13
 
14
        * config/or32/crtn.S (__init, __fini): remove labels.
15
        * config.gcc : Add crti.o and crt.n to extra_parts.
16
 
17 452 jeremybenn
2010-12-16  Joern Rennecke  
18
 
19
        * config.gcc (or32-*-elf*) :
20
        Add OR32_LIBC_DEFAULT=or32_libc_newlib.
21
        (or32-*linux*) : Set UCLIBC_DEFAULT=1.
22
        Add OR32_LIBC_DEFAULT=or32_libc_uclibc.
23
        * config/or32/or32.opt (mnewlib): New option.
24
        (muclibc, mglibc): Stub options.
25
        * config/or32/or32.h (TARGET_CPU_CPP_BUILTINS): When using uClibc,
26
        define __UCLIBC__.
27
        (or32_libc_kind): New enum.
28
        * config/or32/or32.c (or32_handle_option): New function.
29
        (TARGET_HANDLE_OPTION): Override.
30
 
31 444 jeremybenn
2010-12-10  Joern Rennecke  
32
 
33
        * config/or32/or32.c (TARGET_STRICT_ARGUMENT_NAMING): Overrride.
34
 
35 427 jeremybenn
2010-11-18  Jeremy Bennett  
36
 
37
        * config/or32/t-linux ($(T)crtbegin.o): Reverse out __dso_handle
38
        rename.
39
        (crtbegin$(objext)): Likewise.
40
 
41 414 jeremybenn
2010-11-07  Joern Rennecke  
42
 
43
        * config/or32/or32.opt (mredzone=): New option.
44
        * config/or32/or32.c (frame_info): New members gpr_frame, late_frame.
45
        (or32_compute_frame_size, or32_expand_prologue): Implement -mredzone.
46
        or32_expand_epilogue, or32_initial_elimination_offset): Likewise.
47
        (or32_function_ok_for_sibcall): Suppress sibcall optimization if
48
        the sibcall register might not be available.
49
 
50
        * config/or32/or32.c (or32_expand_prologue): Fix threshold for
51
        loading the frame size into a register.
52
 
53
        * config/or32/or32.md (SP_REG, FP_REG, UNSPEC_FRAME): New constants.
54
        (frame_dealloc_fp, frame_dealloc_sp): New insn patterns.
55
        * config/or32/or32.c (or32_expand_epilogue): Use frame_dealloc_[fs]p.
56
 
57 402 jeremybenn
2010-11-01  Joern Rennecke  
58
 
59
        * config/or32/or32.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
60
 
61 404 jeremybenn
        * config/or32/t-linux ($(T)crtbegin.o): Rename __dso_handle.
62
 
63
        (crtbegin$(objext)): Likewise.
64
 
65 402 jeremybenn
2010-10-31  Joern Rennecke  
66
 
67
         * config/or32/or32.c (or32_struct_alignment): Refine rules to
68
         avoid overriding user settings.
69
 
70
         * Don't increase alignment of struct with sole packed field.
71
 
72 399 jeremybenn
2010-10-29  Joern Rennecke  
73
 
74
        * config/or32/or32.c (or32_output_mi_thunk): New function.
75
        (or32_output_highadd, or32_output_tailcall): Likewise.
76
        (TARGET_ASM_OUTPUT_MI_THUNK): Redefine.
77
        (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
78
 
79
        (or32_output_mi_thunk): Don't emit add of zero delta.
80
 
81
        * config/or32/or32.opt: Remove -maj option.
82
        * config/or32/or32.md, config/or32/or32.c: Likewise.
83
 
84
        * config.gcc: Add Embecosm Copyright notice.
85
        * config/or32/predicates.md: Likewise.
86
        * config/or32/or32.md: Likewise.
87
        * config/or32/t-or32: Likewise.
88
        * config/or32/or32.opt: Likewise.
89
        * config/or32/or32-protos.h: Likewise.
90
        * config/or32/crti.S: Likewise.
91
        * config/or32/or32.c: Likewise.
92
        * config/or32/constraints.md: Likewise.
93
        * config/or32/crtn.S: Likewise.
94
        * config/or32/default.h: Likewise.
95
        * config/or32/or32.h: Likewise.
96
 
97
2010-10-28  Joern Rennecke  
98
 
99
        * config/or32/or32.md (movsi_lo_sum, movsi_high): Enable generator
100
        function generation.
101
        (movsi_insn_big): Now define_insn_and_split.
102
 
103
        * config.gcc (or32-*-elf*): Change extra_parts to:
104
        "crti.o crtbegin.o crtend.o crtn.o".
105
        ( or32-*linux*): Change tmake_file to
106
        "${cpu_type}/t-${cpu_type} or32/t-linux"
107
        * config/or32/t-default, config/or32/initfini.c: Delete.
108
        * t-or32 ((T)or32-crtbegin.o, $(T)or32-crtend.o): Replace with:
109
        ((T)crti.o, $(T)crtn.o).
110
        * config/or32/t-linux: New file.
111
        * config/or32/crti.S, config/or32/crtn.S: Likewise.
112
        * config/or32/or32.h (STARTFILE_SPEC): Replace or32-crtbegin.o%s with
113
        crti.o%s crtbegin.o%s.
114
        (ENDFILE_SPEC): Set to crtend.o%s crtn.o%s.
115
 
116
        * config/or32/elf.h (DBX_DEBUGGING_INFO): Don't redefine.
117
        (PREFERRED_DEBUGGING_TYPE, PUT_SDB_DEF): Likewise.
118
 
119
        * config/or32/or32.md (tablejump): For -fpic, emit add of table base.
120
 
121
2010-10-26  Joern Rennecke  
122
 
123
        * config.gcc (or32-*-elf*): Rename crtinit.o / crtfini.o
124
        to or32-crtbegin.o / or32-crtend.o.
125
        * config/or32/t-default, config/or32/t-or32 (Entire file): Likewise.
126
        * config/or32/initfini.c, config/or32/or32.h: Likewise.
127
 
128
2010-10-26  Joern Rennecke  
129
 
130
        * config/or32/or32.opt Mask(MASK_SCHED_LOGUE): Renamed to
131
        Mask(SCHED_LOGUE).  Changed all users.
132
        (-msibcall): Delete option.
133
        * config/or32/or32.md (sibcall, sibcall_value, sibcall_internal): Make
134
        patterns unconditional.
135
        (sibcall_internal): Change alternatives to handle callee-saved
136
        registers correctly.
137
        * config/or32/or32.c (or32_compute_frame_size): Place register save
138
        area at bottom of frame.
139
        (or32_expand_prologue): Initialize frame pointer from stack pointer.
140
        For large offsets, add a REG_FRAME_RELATED_EXPR note.
141
        (or32_expand_epilogue): Restore stack pointer from frame pointer.
142
        sibcall is now the sibcall epilogue insn to be split.
143
        (or32_compute_frame_size, or32_expand_prologue, or32_expand_epilogue):
144
        Use PROLOGUE_TMP and EPILOGUE_TMP.
145
        (or32_function_ok_for_sibcall): Retrun true.
146
        (TARGET_DEFAULT_TARGET_FLAGS): Include MASK_SCHED_LOGUE.
147
        (PROLOGUE_TMP, EPILOGUE_TMP): Define.
148
        * config/or32/or32.md (CC_REG): New constant.  Use it to denote
149
        register number of flags register.
150
        Include constraints.md.
151
        * config/or32/predicates.md (cc_reg_operand): Use CC_REG.
152
        (input_operand): Use satisfies_constraint_[KMI].
153
        * config/or32/or32-protos.h (or32_initial_elimination_offset): Declare.
154
        (or32_print_jump_restore): Declare.
155
        * config/or32/or32.h (OR32_LAST_ACTUAL_REG): Define.  Use in place of
156
        OR32_LAST_INT_REG to iterate through registers where appropriate.
157
        (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET): Define.
158
        (ARG_POINTER_REGNUM, FRAME_POINTER_REGNUM): Define as fake hard
159
        registers.
160
        (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_CLASS_CONTENTS): Update.
161
        (REGNO_REG_CLASS, REGISTER_NAMES): : Likewise.
162
        * config/or32/or32.c: Use HARD_FRAME_POINTER_REGNUM /
163
        hard_frame_pointer_rtx to refer to the hard frame pointer.
164
        (or32_emit_move): Now static.
165
        (or32_print_jump_restore): New function.
166
        (or32_compute_frame_size): Distinguish between saving the hard frame
167
        pointer and saving the GPR with the regno of the eliminated frame
168
        pointer.
169
        (indexed_memory): Delete.
170
        (stack_disp_mem): New function.
171
        (or32_compute_frame_size): Avoid over-wide shifts.
172
        (or32_output_function_prologue): Likewise.
173
        (or32_output_function_epilogue): Likewise.
174
        (or32_frame_pointer_required): Comment out.
175
        (or32_initial_elimination_offset): New function.
176
        (TARGET_FRAME_POINTER_REQUIRED): Don't redefine.
177
        (PRINT_OPERAND): Handle %J.
178
        * config/or32/constraints.md: New file.
179
 
180
2010-10-25  Joern Rennecke  
181
 
182
        * config/or32/or32-protos.h (get_hard_reg_initial_val): Declare.
183
        * config/or32/or32.h (INCOMING_RETURN_ADDR_RTX): Fix register number.
184
        * (RETURN_ADDR_RTX): Define.
185
 
186
2010-10-12  Joern Rennecke  
187
 
188
        * config/or32/or32.c (or32_struct_alignment): Round up alignment to
189
        power of two.
190
 
191
        For unions, use maximum of field size for size estimate.
192
 
193
2010-10-11  Joern Rennecke  
194
 
195
        * config/or32/or32.opt (mpadstruct): New option.
196
        * config/or32/or32-protos.h (or32_struct_alignment): Declare.
197
        (or32_data_alignment): Likewise.
198
        * config/or32/or32.c (or32_struct_alignment): New function.
199
        (or32_data_alignment): Likewise.
200
        * config/or32/or32.h (STRUCTURE_SIZE_BOUNDARY): Default to 8.
201 402 jeremybenn
        (ROUND_TYPE_ALIGN, DATA_ALIGNMENT, LOCAL_ALIGNMENT): Define.
202 399 jeremybenn
 
203
        * config/or32/or32.c (or32_struct_alignment): Take
204
        maximum_field_alignment into account.
205
 
206
2010-09-14  Joern Rennecke  
207
 
208
        * config/or32/or32.h (ASM_OUTPUT_ADDR_DIFF_ELT): Fix typo.
209
        (JUMP_TABLES_IN_TEXT_SECTION): Define.
210
        * config/or32/default.h (JUMP_TABLES_IN_TEXT_SECTION): Use flag_pic.
211
 
212
2010-09-13  Joern Rennecke  
213
 
214
        * config/or32/or32.h (TRAMPOLINE_SIZE): Use result of
215
        or32_trampoline_code_size rather than its address.
216
 
217
        * config/or32/initfini.c (init): Rename to:
218
        (__init).
219
        * config/or32/or32.c (or32_trampoline_init): Don't clobber r12.
220
 
221
        * config.gcc (or32-*-elf*): Add newlib-stdint.h to tm_file.
222
 
223 334 jeremybenn
2010-09-05  Jeremy Bennett  
224
 
225 336 jeremybenn
        * BASE_VER: Updated for gcc-4.5.1-or32-1.0rc1.
226 335 jeremybenn
 
227
2010-09-05  Jeremy Bennett  
228
 
229 334 jeremybenn
        * config/or32/or32-protos.c : Added.
230
        * config/or32/or32.c : Added.
231
        * config/or32/or32.h : Deleted.
232
        * doc/contrib.texi: Updated for OpenRISC.
233
        * doc/invoke.texi: Updated for OpenRISC.
234
 
235 332 jeremybenn
2010-09-04  Jeremy Bennett  
236
 
237
        * config/or32/or32-protos.c : Added.
238
        * config/or32/or32.c :
239
        New macros added.
240
        (or32_emit_mode, or32_emit_binary, or32_force_binary)
241
        (or32_trampoline_code_size, or32_trampoline_init): Created.
242
        (or32_output_bf): Tabbing fixed.
243
        : Definition added.
244
        * config/or32/or32.h : Uses R11.
245
        : redefined.
246
        : Added definition.
247
 
248 280 jeremybenn
2010-09-01  Jeremy Bennett  
249
 
250
        * haifa-sched.c (initiate_bb_reg_pressure_info): Declaration of i
251
        made conditional to avoid warning.
252
        * or32.c: Updated for compatibility with GCC 4.5.1. Redundant
253
        functions remobed. Now contains all target hooks.
254
        * or32.h: Complete rewrite for compatibility with GCC
255
        4.5.1. Removed all target hooks.
256
        * or32.md: Rewrite for compatibility with GCC 4.5.1.
257
        * or32-protos.h: Updated to match or32.c.
258
 
259
2010-09-01  Jeremy Bennett  
260
 
261
        * .: All files updated to GCC 4.5.1 base.
262
 
263
2010-08-26  mirekez  
264
 
265
        * config/or32/or32.h : CR_REGS removed from
266
        enumeration.
267
 
268
2010-08-26  Jeremy Bennett  
269
 
270
        * vec.h: All references to VEC_TA_GTY with an empty fourth
271
        argument replaced by VEC_TA_GTY_ANON with only three arguments
272
        : Created.
273
 
274
2010-08-25  Jeremy Bennett  
275
 
276
        * config/or32/elf.h : Defined.
277
        : Changed to DWARF2_DEBUG.
278
        : Deleted.
279
        * config/or32/or32.h: Obsolete code surrounded by "#if 0" removed
280
        for clarity.
281
        : Definition deleted.
282
        :
283
        Definition deleted (default suffices).
284
        : Defined.
285
        : Defined.
286
        * config/or32/or32.md: Commenting clarified. Obsolete code for
287
        define_function_unit deleted.
288
 
289
2010-08-19  Jeremy Bennett  
290
 
291
        * config/or32/elf.h : Definition removed.
292
        : Modified to match or32.h
293
        * config/or32/linux-elf.h: Modified to match
294
        or32.h
295
        * config/or32/or32.h : Changed to use free instead of
296
        _free to match change in USER_LABEL_PREFIX.
297
        : Changed from "_" to "".
298
        : Surround .proc by tab chars.
299
        * config/or32/or32.S (__mulsi3, __udivsi3, __divsi3, __umodsi3)
300
        (__modsi3): Changed from ___mulsi3, ___udivsi3, ___divsi3,
301
        ___umodsi3 and ___modsi3 respectively to match change in
302
        USER_LABEL_PREFIX.
303
 
304
2010-07-20  Jeremy Bennett 
305
 
306
        * config/or32/or32.h: Updated LIB_SPEC for newlib 1.18.0 to force
307
        linking of _malloc and _free against a weak reference also when
308
        using -lg.
309
 
310
2010-07-19  Jeremy Bennett 
311
 
312
        * config/or32/or32.h: Updated LIB_SPEC for newlib 1.18.0 to force
313
        linking of _malloc and _free against a weak reference.
314
 
315
2010-07-17  Jeremy Bennett 
316
 
317
        * config/or32/or32.h: Updated STARTFILE_SPEC and LIB_SPEC
318
        definition for newlib.
319
 
320
2010-07-16  Jeremy Bennett 
321
 
322
        * config/or32/or32.h: Updated SPEC definitions to pick up newlib
323
        in custom location.
324
 
325
2010-07-13  Jeremy Bennett 
326
 
327
        * config/or32/initfini.c: Corrected assembler sequences.
328
 
329
2010-07-07  Jeremy Bennett 
330
 
331
        * config.gcc: Specified cpu_type for or32. Corrected templates
332
        specified for or32-*-elf*. Added extra_parts for
333
        or32-*-elf*. Specified t-or32 as tmake_file for or32-*-elf*.
334
        * config/or32/initfini.c: Created.
335
        * config/or32/or32.h : Removed.
336
        : Add crtinit.o.
337
        : Just specify crtfini.o.
338
        : Unified multiple definitions. Added newlib library
339
        when specified.
340
        * config/or32/or32.opt : New option added.
341
        * config/or32/t-default: Added details for crtinit and crtfini.
342
        * config/or32/t-or32: Added details for crtinit and crtfini.
343
 
344
2010-06-30  Jeremy Bennett  
345
 
346
        * config/or32/or32.h : Corrected definition.
347
        : Pick up newlib specific linker script.
348
        : Specify newlib library.
349
        * config/or32/or32.opt : New option added.
350
 
351
2010-06-21  Jeremy Bennett  
352
 
353
        * config/or32/or32.md: Duplicate define_insn of "movdf" and "movsf"
354
        removed.
355
 
356
2010-06-17  Jungsook yang  
357
 
358
        * config/or32/or32.c (or32_expand_branch): Added SFmode case.
359
        * config/or32/or32.md : Added.
360
        : Added.
361
        : Added.
362
        : Added.
363
        : Added.
364
        : Added.
365
        : Added.
366
        : Added.
367
        : Added.
368
        : Added TARGET_DOUBLE_FLOAT.
369
        : Added TARGET_DOUBLE_FLOAT.
370
        : Added TARGET_DOUBLE_FLOAT.
371
        : Added TARGET_DOUBLE_FLOAT.
372
        : Added.
373
        : Added.
374
        : Added.
375
        : Added.
376
        * config/or32/or32.opt: mdouble-float option added.
377
 

powered by: WebSVN 2.1.0

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