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