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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [libgloss/] [ChangeLog.or32] - Blame information for rev 469

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 469 julius
2011-01-09  Julius Baxter  
2
        * or32/crt0.S (_start): Added clearing of GPR 0.
3
 
4 399 jeremybenn
2010-10-29  Joern Rennecke  
5
 
6
        * or32/crt0.S (_start): After main, call exit.
7
 
8
        * or32/crt0.S: Rename implementation symbols to reside in the
9
        implementation namespace.
10
        * or32/read-uart.c, or32/write-uart.c, or32/uart-dummy.c: Likewise.
11
        * or32/uart.c, or32/uart.h: Likewise.
12
 
13
        * or32/crt0.S (UNHANDLED_EXCEPTION): Call exit.
14
 
15
2010-10-28  Joern Rennecke  
16
 
17
        * or32/crt0.S (_start): Rename fini to __fini.
18
 
19
2010-09-13  Joern Rennecke  
20
 
21
        * or32/crt0.S (_start): Rename init to __init.
22
 
23 243 jeremybenn
2010-08-19  Jeremy Bennett 
24
 
25
        * or32/crt0.S (_start): Remove all leading underscores from
26
        references to global C functions and variables (printf, stack,
27
        atexit, _uart_init, main). Modified end of memory detection, so it
28
        works on rentry as well as initial entry.  : New code to
29
        allow re-entrant _start function.
30
 
31
2010-07-30  Julius Baxter 
32
 
33
        * or32/crt0.S: Added cache initilisation routines using config regs
34
        * or32/spr-defs.h: Replaced with or1ksim's golden version
35
        * or32/or1ksim-board.h: Noted that cache config no longer necessary
36
 
37
2010-07-16  Jeremy Bennett 
38
 
39
        * or32/configure.in: Tidied up and made consistent with nosyslib.
40
        * or32/Makefile.in: Tidied up and made consistent with nosyslib.
41
 
42
2010-07-16  Jeremy Bennett 
43
 
44
        * libnosys/configure.in: Add or32 as using namespace clean
45
          implementation.
46
 
47
2010-07-16  Jeremy Bennett 
48
 
49
        * or32/_exit.c: Removed redundant header.
50
        * or32/close-uart.c: Deleted.
51
        * or32/close.c: Undefined #errno. Fail for all streams.
52
        * or32/crt0.S; Simplified cache initialization.
53
        * or32/execve.c: Undefined #errno.
54
        * or32/fork.c: Undefined #errno.
55
        * or32/fstat-uart.c: Undefined #errno.
56
        * or32/fstat.c: Undefined #errno.
57
        * or32/isatty-uart.c: Undefined #errno.
58
        * or32/isatty.c: Undefined #errno.
59
        * or32/kill.c: Undefined #errno.
60
        * or32/link.c: Undefined #errno.
61
        * or32/lseek-uart.c: Undefined #errno.
62
        * or32/lseek.c: Undefined #errno.
63
        * or32/Makefile.in: Replaced close-uart.c by close.c
64
        * or32/open.c: Undefined #errno.
65
        * or32/read-uart.c: Undefined #errno.
66
        * or32/read.c: Undefined #errno.
67
        * or32/sbrk.c: Undefined #errno.
68
        * or32/stat.c: Undefined #errno.
69
        * or32/times.c: Undefined #errno.
70
        * or32/unlink.c: Undefined #errno.
71
        * or32/wait.c: Undefined #errno.
72
        * or32/write-uart.c: Undefined #errno.
73
        * or32/write.c: Undefined #errno.
74
 
75
2010-07-14  Jeremy Bennett 
76
 
77
        * or32/crt0.S: Use l.j rather than l.jr for library calls.
78
        * or32/sbrk.c (_sbrk): Use stack, rather than &stack.
79
 
80
2010-07-07  Jeremy Bennett 
81
 
82
        * README: Updated for OpenRISC
83
        * or32/_exit.c: Created.
84
        * or32/close.c: Created.
85
        * or32/close-uart.c: Created.
86
        * or32/configure: Regenerated.
87
        * or32/configure.in: Updated for new style AC_INIT.
88
        * or32/COPYING: Created.
89
        * or32/crt0.S: Rewritten to match updated linker. Calls init and
90
        sets up fini functions to handle constructors and destructors
91
        properly.
92
        * or32/environ.c: Created.
93
        * or32/exceptions.c: Deleted.
94
        * or32/execve.c: Created.
95
        * or32/fork.c: Created.
96
        * or32/fstat.c: Created.
97
        * or32/fstat-uart.c: Created.
98
        * or32/getpid.c: Created.
99
        * or32/io.c: Deleted.
100
        * or32/isatty.c: Created.
101
        * or32/isatty-uart.c: Created.
102
        * or32/kill.c: Created.
103
        * or32/link.c: Created.
104
        * or32/lseek.c: Created.
105
        * or32/lseek-uart.c: Created.
106
        * or32/Makefile.in: Updated for new source code.
107
        * or32/open.c: Created.
108
        * or32/or32.ld: Deleted.
109
        * or32/or1ksim-board.h: Renamed from board.h.
110
        * or32/proc.c: Created.
111
        * or32/read.c: Created.
112
        * or32/read-uart.c: Created.
113
        * or32/sbrk.c: Created.
114
        * or32/sim.cfg: Created.
115
        * or32/specs: Deleted.
116
        * or32/spr-defs.h: Renamed from spr_defs.h.
117
        * or32/stat.c: Created.
118
        * or32/times.c: Created.
119
        * or32/uart.c (_uart_init, _uart_putc, _uart_getc): Renamed from
120
        uart_init, uart_putc and uart_getc respectively. Macros simplified.
121
        * or32/uart-dummy.c: Created.
122
        * or32/uart.h <_uart_init, _uart_putc, _uart_getc>: Renamed
123
        external functions.
124
        * or32/unlink.c: Created.
125
        * or32/wait.c: Created.
126
        * or32/write.c: Created.
127
        * or32/write-uart.c: Created.
128
 

powered by: WebSVN 2.1.0

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