f0832e4a40e5feb89a5b5f210ea439d8b07098dc
[external/binutils.git] / ChangeLog.csl
1 2006-05-31  Mark Mitchell  <mark@codesourcery.com>
2
3         Issue #667
4         * newlib/libc/sys/arm/syscalls.c (findslot): Call
5         initialise_monitor_handles.
6         (remap_handle): Do not call initialise_monitor_handles.
7
8 2006-05-25  Nathan Sidwell  <nathan@codesourcery.com>
9
10         * libgloss/m68k/Makefile.in (m52235-dbug.ld, m52235-bdm.ld): New
11         scripts.
12
13 2006-05-24  Nathan Sidwell  <nathan@codesourcery.com>
14
15         * libgloss/m68k/Makefile.in (BDM_SYSOBJS): Remove bdm-outbyte.o
16         * libgloss/m68k/bdm-outbyte.c: Delete.
17         * libgloss/m68k/bdm-semihost.h (BDM_OUTBYTE): Mark as obsolete.
18
19 2006-05-22  Sandra Loosemore <sandra@codesourcery.com>
20
21         * libgloss/m68k/bdm-semihost.h: Add new constants for additional
22         semihosting functions.  Add new BDM_TRAP macro to encapsulate
23         inline asm.
24         * libgloss/m68k/bdm-exit.c (_exit): Use new BDM_TRAP macro.
25         * libgloss/m68k/bdm-outbyte.c (outbyte): Ditto.
26         * libgloss/m68k/bdm-isrs.c, libgloss/m68k/bdm-isv.c: Former BDM_TRAP
27         now called BDM_TRAPNUM.
28         * libgloss/m68k/bdm-gdb.h, libgloss/m68k/bdm-gdb.c: New files
29         containing declarations and conversion functions for GDB's fileio
30         protocol.
31         * libgloss/m68k/bdm-close.c: New file to define corresponding function.
32         * libgloss/m68k/bdm-fstat.c: Ditto.
33         * libgloss/m68k/bdm-gettimeofday.c: Ditto.
34         * libgloss/m68k/bdm-isatty.c: Ditto.
35         * libgloss/m68k/bdm-lseek.c: Ditto.
36         * libgloss/m68k/bdm-open.c: Ditto.
37         * libgloss/m68k/bdm-read.c: Ditto.
38         * libgloss/m68k/bdm-rename.c: Ditto.
39         * libgloss/m68k/bdm-stat.c: Ditto.
40         * libgloss/m68k/bdm-system.c: Ditto.
41         * libgloss/m68k/bdm-unlink.c: Ditto.
42         * libgloss/m68k/bdm-write.c Ditto.
43         * libgloss/m68k/Makefile.in: Add dependencies for new files.
44         * newlib/configure.host: Tell it we have _rename and _system when
45         building m68k-unknown-elf.
46
47 2006-05-04  Paul Brook  <paul@codesourcery.com>
48
49         * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add aeabi_memclr.c,
50         aeabi_memcpy.c, aeabi_memmove.c and aeabi_memset.c.
51         * libc/sys/arm/Makefile.in: Regenerate.
52         * libc/sys/arm/aeabi.h: New file.
53         * libc/sys/arm/aeabi_memclr.c: New file.
54         * libc/sys/arm/aeabi_memcpy.c: New file.
55         * libc/sys/arm/aeabi_memmove.c: New file.
56         * libc/sys/arm/aeabi_memset.c: New file.
57
58 2006-03-29  Nathan Sidwell  <nathan@codesourcery.com>
59
60         * libgloss/m68k/bdm-isv.c (software_init_hook): Fix trap numbering.
61
62         * libgloss/m68k/Makefile.in (CF_SCRIPTS): Add m5329 board.
63         Reorder.
64         (*-dbug.ld, *-bdm.ld): Add appropriate IO definition.
65         (m5329evb-dbug.ld, m5329evb-bdm.ld): New.
66         * cf.sc (GROUP): Revert previous change.  Add IO library.
67
68         * libgloss/m68k/Makefile.in (BDM_BSP, BDM_OBJS, BDM_ISRS): New.
69         (CF_SCRIPTS): Rename dbug scripts.  Add bdm scripts. Add m5485
70         scripts.
71         (all): Add new targets.
72         (BDM_BSP): New target.
73         (bdm-isv.o, bdm-exit.o, bdm-outbyte.o, bdm-semihost.o): New
74         targets.
75         (BDM_ISRS): New targets.
76         (m5208evb.ld, m5213evb.ld, m5235evb.ld, m5272c3.ld, m5282evb.ld):
77         Rename and adjust.
78         (m5485evb-dbug): New.
79         (m5208evb-bdm.ld, m5213evb-bdm.ld, m5235evb-bdm.ld,
80         m5272c3-bdm.ld, m5282evb-bdm.ld, m5485evb-bdm.ld): New.
81         (install): Add BDM_BSP.
82         * libgloss/m68k/bdm-exit.c: New
83         * libgloss/m68k/bdm-inbyte.c: New
84         * libgloss/m68k/bdm-outbyte.c: New
85         * libgloss/m68k/bdm-semihost.c: New
86         * libgloss/m68k/bdm-semihost.h: New
87         * libgloss/m68k/bdm-isrs.c: New.
88         * libgloss/m68k/bdm-isv.c: New.
89         * cf-dbug.sc: Renamed to ...
90         * cf.sc: ... here.  Add bdm flexibility. Remove GROUP
91
92 2006-03-23  Mark Mitchell  <mark@codesourcery.com>
93
94         * libc/sys/arm/Makefile.am (extra_objs): Add _exit.o _nmi_isr.o
95         _fault_isr.o.
96         * libc/sys/arm/Makefile.in: Regenerated.
97         * libc/sys/arm/_exit.c: New file. 
98         * libc/sys/arm/_fault_isr.c: Likewise.
99         * libc/sys/arm/_nmi_isr.c: Likewise.
100         * libc/sys/arm/configure.in (--enable-newlib-arm-v7m): New option.
101         * libc/sys/arm/configure: 
102         * libc/sys/arm/crt0.S (_start): Do not use semihosting calls in
103         _start when configured for ARM V7M.  Do not call
104         initialise_monitor_handles.  Indent preprocessor directives.
105         (.isr_vector): New section, on ARM V7M.
106         * libc/sys/arm/swi.h (do_AngelSWI): New function.
107         * syscalls.c (_exit): Remove.
108         (do_AngelSWI): Likewise.
109         (CHECK_INIT): Remove.
110         (remap_handle): Call initialise_monitor_handles.
111         (__arm_monitor_handles_lock): New variable.
112         (initialise_monitor_handles): Make sure to run only once.
113