Patches from lvaro Lopes <alvieboy@alvie.com> to fix usage
[zpugcc.git] / toolchain / gcc / libgloss / ChangeLog
bloba0cd9a3bd8181fd15adcf2ebb63f5a7ed0024bfe
1 2004-01-23  Gábor Lóki  <loki@inf.u-szeged.hu>
3         * m68k/leds.c: remove led_putnum(), zylons() forward
4         function declarations.
5         * m68k/leds.h: add zylons() forward function declaration.
7 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
9         2003-12-02  Richard Sandiford  <rsandifo@redhat.com>
10         * frv/crt0.S (_start): Fix use of FDPIC conditionals.  Move the set of
11         gr11 outside the FDPIC conditional.  Avoid clobbering gr4 too early.
12         2003-11-14  Richard Sandiford  <rsandifo@redhat.com>
13         * frv/crt0.S: Fix fdpic sp calculation.
14         2003-11-05  Alexandre Oliva  <aoliva@redhat.com>
15         * frv/crt0.S: Use __stacksize, not __stack, to initialize sp on
16         FDPIC.  Update comments on computing _GLOBAL_OFFSET_TABLE_.  Don't
17         fixup ctors nor dtors on FDPIC.
18         2003-09-19  Alexandre Oliva  <aoliva@redhat.com>
19         * frv/crt0.S (_start): Set up gr15 only for FDPIC.
20         * frv/crt0.S (_start): Save _GLOBAL_OFFSET_TABLE_ in gr17, and set
21         gr15 before function calls.
22         2003-09-19  DJ Delorie  <dj@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
23         * frv/crt0.S (_start): Set up gr15 with _GLOBAL_OFFSET_TABLE_'s
24         value.
26 2003-10-27  Bernardo Innocenti  <bernie@develer.com>
28         * m68k/asm.h: Add macros for -fPIC, -msep-data and
29         -mid-shared-library support.     
30         * m68k/crt0.S: Use macros for -fPIC, -msep-data and
31         -mid-shared-library support.
32         * m68k/sim-crt0.S: Likewise.
34 2003-10-15  Bernardo Innocenti  <bernie@develer.com>
36         * m68k/sim-funcs.c (_XOPEN_SOURCE): Define to get the pid_t
37         typedef from <unistd.h>.
39 2003-08-26  Jason Merrill  <jason@redhat.com>
41         * sparc/elfsim.ld: Fix __EH_FRAME_BEGIN__ definition.
42         * sparc/sparc86x.ld: Likewise.
44 2003-08-20  Chris Demetriou  <cgd@broadcom.com>
46         * mips/crt0_cfe.S: New file.
47         * mips/cfe_mem.c: New file.
48         * mips/cfe_prestart.S: Remove.
49         * mips/cfe.ld: Adjust to use crt0_cfe.o as the startup file, and
50         and use _start as the entry point.  Align BSS to 32-byte boundary.
51         * mips/cfe.c: Reimplement to fit on top of a crt0_cfe.o file.
52         * mips/cfe_api.h (__libcfe_stack_size, __libcfe_mem_limit)
53         (__libcfe_meminit, __libcfe_stack_top): New prototypes.
54         * mips/Makefile.in (CFEOBJS): Replace cfe_prestart.o with cfe_mem.o.
55         (cfe.o, cfe_api.o, cfe_mem.o, crt0_cfe.o): New targets.
56         * mips/configure.in: Build and install crt0_cfe.o when CFE support
57         is built.
58         * mips/configure: Regenerate.
60 2003-08-12  Jeff Johnston  <jjohnstn@redhat.com>
62         * i386/cygmon-salib.c (unlink): New stub.
64 2003-08-08  Mark Salter <msalter@redhat.com>
66         * i386/cygmon.ld: Add 4 byte alignment to __CTOR_LIST__
68         Bernd Schmidt  <bernds@redhat.com>
70         * i386/cygmon.ld: Add entry for .rodata.
72 2003-07-14  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
74         * m32r/configure.in: fixed bug to delete ../config-ml.in.
76 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
78         2001-10-30  Jeff Johnston  <jjohnstn@redhat.com>
79         * mn10300/asb2305.ld: Added ASB2305 support.
80         * mn10300/configure: Ditto.
81         * mn10300/configure.in: Ditto.
82         2001-09-12  Stan Cox  <scox@redhat.com>
83         * mn10300/asb2303.ld: New file.  Linker script for the ASB2303
84         AM33/2.00 board.
85         * mn10300/configure.in: Add support for asb2303 board script.
87 2003-07-08  Jeff Johnston  <jjohnstn@redhat.com>
89         * configure.in: Reapply Kazuhiro Inaoko's multilib patch from
90         04-17-03.
91         * configure: Regenerated.
93 2003-06-23  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
95         * m32r/crt0.S (_start): Allow _stack to be placed anywhere 
96         in memory.
98 2003-06-06  Stan Cox  <scox@redhat.com>
99             Jeff Johnston  <jjohnstn@redhat.com>
100             Anthony Green  <green@redhat.com>
102         * configure.in: Add iq2000 support.  
103         * configure: Rebuilt.  
104         * iq2000/Makefile.in, iq2000/access.c, iq2000/_exit.c,
105         iq2000/configure, iq2000/chmod.c, iq2000/chown.c, iq2000/close.c,
106         iq2000/configure.in, iq2000/creat.c, iq2000/crt0.S, iq2000/crt1.c,
107         iq2000/execv.c, iq2000/execve.c, iq2000/fork.c, iq2000/fstat.c,
108         iq2000/getpid.c, iq2000/gettime.c, iq2000/isatty.c, iq2000/kill.c,
109         iq2000/lseek.c, iq2000/open.c, iq2000/pipe.c, iq2000/read.c,
110         iq2000/sbrk.c, iq2000/sim.ld, iq2000/stat.c, iq2000/test.c,
111         iq2000/time.c, iq2000/times.c, iq2000/trap.c, iq2000/trap.h,
112         iq2000/unlink.c, iq2000/utime.c, iq2000/wait.c, iq2000/write.c:
113         New files.
115 2003-05-27  Jeff Johnston  <jjohnstn@redhat.com>
117         * libnosys/Makefile.in: Add errno.o.
118         * libnosys/errno.c: New file to supply errno definition if
119         one not provided yet.
121 2003-05-26  Eric Christopher  <echristo@redhat.com>
123         * mips/crt0.S: Remove stackbase variable set.
125 2003-05-02  Eric Christopher  <echristo@redhat.com>
127         * mips/cma101.c (__sizemem): Make sure that end is not in .sdata.
129 2003-04-29  Nick Clifton  <nickc@redhat.com>
131         * libnosys/sbrk.c: Remove unnecessary #include's.
132         Change return type of _sbrk() function to void * to match
133         definition in system header files.
134         Fix formatting.
136 2003-04-23  Andrew Haley  <aph@cambridge.redhat.com>
138         * xstormy16/sim_rom.ld: New.
139         * xstormy16/Makefile.in (SIM_SCRIPTS): Add sim_rom.ld.  
140         * xstormy16/crt0.s (_int_reset): Copy ROM data to RAM.
141         * xstormy16/eva_app.ld (_rdata, _data): New.
142         * xstormy16/sim_high.ld (_rdata, _data): New.
144 2003-04-17  Inaoka Kazuhiro  <inaoka.kazuhiro@renesas.com>
146         * m32r/Makefile.in: Add multilib support. 
147         * m32r/configure.in: Ditto.
148         * m32r/configure: Regenerated.
150 2003-04-16  Nick Clifton  <nickc@redhat.com>
152         * xstormy16/sim_high.ld: Add .jcr section mapping.
153         * xstormy16/eva_stub.ld: Likewise.
154         * xstormy16/eva_app.ld: Likewise.
156 2003-04-09  Chris Demetriou  <cgd@broadcom.com>
158         * mips/cfe.c (_flush_cache): New function.
160 2003-02-18  Richard Sandiford  <rsandifo@redhat.com>
162         * mips/nullmon.c (_ftext, _end): Adjust declaration.
163         (get_mem_info): Rework.
165 2003-02-18  Richard Sandiford  <rsandifo@redhat.com>
167         * mips/crt0.S (zerobss): Reload __memsize after call.
169 2003-02-17  Chris Demetriou  <cgd@broadcom.com>
171         * mips/cfe.c (__cfe_handle, __cfe_entrypt): Fix types.
173 2003-02-05  Chris Demetriou  <cgd@broadcom.com>
175         * mips/configure.in (mipsisa32el-*-*): Handle in the same way
176         as mipsisa32-*-*.
177         (mipsisa32r2-*-*, mipsisa32r2el-*-*): New, handled in the same
178         way as mipsisa32-*-*.
179         * mips/configure: Regenerate.
181 2003-02-05  Chris Demetriou  <cgd@broadcom.com>
183         * mips/cfe.c (hardware_hazard_hook): Move...
184         * mips/cfe_prestart.S (hardware_hazard_hook): To here,
185         and translate into assembly.
187 2003-01-08  Richard Sandiford  <rsandifo@redhat.com
189         * mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32.
190         Pass an empty argv and envp to main().
192 2003-01-08  Richard Sandiford  <rsandifo@redhat.com
194         * mips/configure.in (mips64vr-elf, mips64vrel-elf): New config.
195         * mips/configure: Regenerate.
197 2003-01-07  Chris Demetriou  <cgd@broadcom.com>
199         * crt0.S: Check for definition of __mips64 rather than
200         checking (__mips < 3).
201         * pmon.S: Likewise.
202         * cygmon.c (sysCall): Avoid multi-line string literals.
204 2002-11-12 Jeff Johnston  <jjohnstn@redhat.com> 
206         *  mips/Makefile.in: Add cygmon support.
207         *  mips/configure.in: Ditto.
208         *  mips/configure: Regenerated.
209         *  mips/crt0_cygmon.S: New file.
210         *  mips/cygmon.c: Ditto.
211         *  mips/pmon.S: Minor formatting and copyright changes.
212         *  mips/crt0.S: Ditto.
214 2002-11-08 Jeff Johnston  <jjohnstn@redhat.com> 
216         * arm/Makefile.in: Add support for new pid specs.
217         * arm/coff-iq80310.specs: Change to allow future support.
218         * arm/elf-iq80310.specs: Ditto.
219         * arm/elf-redboot.specs: Ditto.
220         * arm/coff-redboot.ld: Add EH frame support.
221         * arm/redboot-crt0.S: Add optional code to clear bss without
222         memset.
223         * arm/coff-pid.specs: New file.
224         * arm/elf-pid.specs: New file.
226 2002-11-08 Jeff Johnston  <jjohnstn@redhat.com> 
227            Catherine Moore  <clm@redhat.com>
229         * m32r/configure.in:  Do not require gcc to be able to link an
230         executable.
231         * m32r/configure: Regenerate.
232         * m32r/Makefile.in: Directly reference gdbstub.
234 2002-10-25  Bernd Schmidt  <bernds@redhat.com>
236         * i386/cygmon.ld: Add entry for .gcc_except_table.
238 2000-10-25  Mark Salter  <msalter@redhat.com>
240         * i386/cygmon-crt0.S: Use __USER_LABEL_PREFIX__ for symbols. Always
241         use __start for start symbol.
242         * i386/cygmon-salib.c: Don't build __do_global_[cd]tors for AOUT.
243         Disable file I/O extensions to make Plum Hall happy.
244         * i386/cygmon.ld: Set __start as entry point.
245         * i386/Makefile.in: Support IS_AOUT.
246         * i386/configure.in: Support IS_AOUT.
247         * i386/configure: Regenerated.
248         * i386/cygmon-salib.c:
249         * i386/cygmon-gmon.c (_mcount): It's _etext.
251 2002-10-25  Jeff Johnston  <jjohnstn@redhat.com>
253         * configure.in: Clarify some of the triplets so unsupported
254         configurations don't pass through.
255         * configure: Regenerated.
257 2002-10-18  Stephane Carrez  <stcarrez@nerim.fr>
259         * m68hc11/syscalls.c (sbrk): Use ptrdiff_t for increment parameter.
261 2002-10-07  Richard Sandiford  <rsandifo@redhat.com>
263         * mips/ddb.ld: KEEP .init and .fini.
264         * mips/ddb-kseg0.ld: Likewise.
266 2002-10-04  Michael Snyder  <msnyder@redhat.com>
268         * m32r/m32r-lib.c (exceptionHandler): Fix computation of
269         exception vector address, as suggested by Mitsubishi.
270         (getExceptionVector): Ditto.
272 2002-08-01  Chris Demetriou  <cgd@broadcom.com>
274         * mips/cfe.ld (STARTUP): New definition.
275         * mips/ddb-kseg0.ld (STARTUP): Likewise.
276         * mips/ddb.ld (STARTUP): Likewise.
277         * mips/dve.ld (STARTUP): Likewise.
278         * mips/idt.ld (STARTUP): Likewise.
279         * mips/jmr3904app-java.ld (STARTUP): Likewise.
280         * mips/jmr3904app.ld (STARTUP): Likewise.
281         * mips/jmr3904dram-java.ld (STARTUP): Likewise.
282         * mips/jmr3904dram.ld (STARTUP): Likewise.
283         * mips/lsi.ld (STARTUP): Likewise.
284         * mips/nullmon.ld (STARTUP): Likewise.
285         * mips/pmon.ld (STARTUP): Likewise.
287 2002-07-23  Stephane Carrez  <stcarrez@nerim.fr>
289         * README: Mention 68HC11/68HC12 support.
290         * configure.in: Recognize m6811-elf and m6812-elf.
291         * configure: Regenerated.
292         * m68hc11/Makefile.in: New file.
293         * m68hc11/configure.in: New file.
294         * m68hc11/configure: New file.
295         * m68hc11/crt0.S: New file.
296         * m68hc11/sci-inout.S: New file for 68hc11/68hc12 sio.
297         * m68hc11/sim-valid-m68hc11.ld: New file.
298         * m68hc11/sim-valid-m68hc12.ld: New file.
299         * m68hc11/syscalls.c: New file.
301 2002-07-22  Aldy Hernandez  <aldyh@redhat.com>
303         * rs6000/simulator.S (gettimeofday): New.
304         (getrusage): New.
306 2002-07-18  Chris Demetriou  <cgd@broadcom.com>
308         * read.c (read): Don't assign past end of buffer, fix return value.
310 2002-07-12  Chris Demetriou  <cgd@broadcom.com>
312         * mips/Makefile.in (GENOBJS2): New variable to name other
313         commonly used objects.
314         (DVEOBJS, JMR3904OBJS): Reference GENOBJS2.
316         * mips/Makefile.in: Add support for Broadcom CFE firmware.
317         * mips/configure.in: (mipsisa32*-*-*, *): Likewise.
318         * mips/configure: Regenerate.
319         * mips/cfe.c: New file.
320         * mips/cfe.ld: New file.
321         * mips/cfe_api.c: New file.
322         * mips/cfe_api.h: New file.
323         * mips/cfe_api_int.h: New file.
324         * mips/cfe_error.h: New file.  
325         * mips/cfe_prestart.S: New file.
327 2002-07-12  Chris Demetriou  <cgd@broadcom.com>
329         * mips/array.ld (hardware_exit_hook, hardware_hazard_hook): New
330         symbols for optionally-provided functions.
331         * mips/ddb-kseg0.ld: Likewise.
332         * mips/ddb.ld: Likewise.
333         * mips/dve.ld: Likewise.
334         * mips/idt.ld: Likewise.
335         * mips/idt32.ld: Likewise.
336         * mips/idt64.ld: Likewise.
337         * mips/idtecoff.ld: Likewise.
338         * mips/jmr3904app-java.ld: Likewise.
339         * mips/jmr3904app.ld: Likewise.
340         * mips/jmr3904dram-java.ld: Likewise.
341         * mips/jmr3904dram.ld: Likewise.
342         * mips/lsi.ld: Likewise.
343         * mips/nullmon.ld: Likewise.
344         * mips/pmon.ld: Likewise.
345         * mips/crt0.S: Invoke hardware_exit_hook and hardware_hazard_hook
346         functions if they are provided.
347         (_exit): Handle __embedded_pic properly.
349 2002-06-18  Dave Brolley  <brolley@redhat.com>
351         From Catherine Moore, Michael Meissner, Richard Sandiford:
352         * configure.in: Support frv*-*-*.
353         * frv/Makefile.in: New file.
354         * frv/configure: New file.
355         * frv/configure.in: New file.
356         * frv/crt0.S: New file.
357         * frv/fstat.c: New file.
358         * frv/getpid.c: New file.
359         * frv/isatty.c: New file.
360         * frv/kill.c: New file.
361         * frv/print.c: New file.
362         * frv/putnum.c: New file.
363         * frv/sbrk.c: New file.
364         * frv/sim-close.S: New file.
365         * frv/sim-exit.S: New file.
366         * frv/sim-inbyte.c: New file.
367         * frv/sim-lseek.S: New file.
368         * frv/sim-open.S: New file.
369         * frv/sim-read.S: New file.
370         * frv/sim-time.c: New file.
371         * frv/sim-unlink.S: New file.
372         * frv/sim-write.S: New file.
373         * frv/stat.c: New file.
375 2002-05-11  Thomas Fitzsimmons  <fitzsim@redhat.com>
377         * libnosys/acconfig.h (HAVE_SECTION_ATTRIBUTES): New macro.
378         * libnosys/configure.in: Check gcc's support for section attributes.
379         * libnosys/warning.h: Have link_warning expand to nothing if gcc
380         does not support section attributes.
382 2002-04-22  Jonathan Larmour  <jlarmour@redhat.com>
384         * arm/syscall.h: New file. To define extra syscall values for RedBoot.
386         * arm/redboot-syscalls.c (_close): Fix setting of errno value.
387         (_lseek): Ditto.
388         (_open): Ditto.
389         (_write): Ditto.
390         (_read): Ditto.
391         (_rename): New function.
392         (_system): Ditto.
393         (_stat): Ditto.
394         (_unlink): Call a syscall for this now.
395         (isatty): Ditto.
396         (_fstat): Ditto.
397         (_gettimeofday): Ditto.
399 2002-04-17  Joel Sherrill <joel@OARcorp.com>
401         * debug.h: Change mem_err to volatile to match definition in 
402         debug.c.
404 2002-04-17  Joel Sherrill <joel@OARcorp.com>
406         * sparc/cygmon-salib.c, sparc/erc32-stub.c: Don't use multi-line
407         strings.
409 2002-04-16  Jeff Johnston  <jjohnstn@redhat.com>
411         * m68k/configure.in: Change to use LIB_AC_PROG_CC instead
412         of AC_PROG_CC to avoid building an executable in configuration.
413         * m68k/configure: Regenerated.
415 2002-04-15  Hans-Peter Nilsson  <hp@bitrange.com>
417         * d30v/syscalls.c: #include <time.h>.  Don't use multi-line
418         strings.
420 2002-04-15  Hans-Peter Nilsson  <hp@bitrange.com>
422         * m32r/trapmon0.c (__trap0): Don't use multi-line strings.
424 2002-02-05  Mark Salter  <msalter@redhat.com>
426         * arm/elf-iq80310.specs: Ditto.
427         * arm/elf-redboot.specs: Ditto.
428         * arm/elf-redboot.ld: Fix eh_frame sections. Add .jcr section.
429         * arm/redboot-crt0.S: Add support for __USES_INITFINI__.
431 2002-02-01  Geoffrey Keating  <geoffk@redhat.com>
433         * xstormy16/Makefile.in (SIM_OBJS): Remove sbrk.o, add
434         sim_malloc_start.o.
435         * xstormy16/eva_app.ld: Add __malloc_start.
436         * xstormy16/sbrk.c: Remove.
437         * xstormy16/sim_malloc_start.s: New file.
438         * xstormy16/sim_high.ld: Make the stack start immediately at the
439         end of the program.
441 2002-02-01  Michael Meissner  <meissner@redhat.com>
443         * mips/cma101.c (__sizemem_default): Allow user to specify the
444         memory size.
445         (__sizemem): Use it.
447 2002-01-24  Mark Salter  <msalter@redhat.com>
449         * arm/redboot-crt0.S: Use __get_memtop to put stack in high memory.
451         * arm/redboot-syscalls.c (_times): Unconditionally use SYS_times.
452         (__get_memtop): New funtion to return top of memory.
454 2002-01-15  Mark Salter  <msalter@redhat.com>
456         * xstormy16/eva_stub.ld: Provide interrupt routine symbols which
457         forward interrupts to user application vectors.
459         * xstormy16/crt0_stub.s: Remove default interrupt routines.
461         * xstormy16/Makefile.in: Rename stub app to eva_stub.elf and
462         add it to install list.
464 2002-01-07  Mark Salter  <msalter@redhat.com>
466         * configure.in: Add support for arm, strongarm, and xscale.
467         * configure: Regenerated.
468         * arm/coff-iq80310.specs: New file.
469         * arm/coff-redboot.ld: New file.
470         * arm/coff-redboot.specs: New file.
471         * arm/configure: New file.
472         * arm/configure.in: New file.
473         * arm/elf-iq80310.specs: New file.
474         * arm/elf-redboot.ld: New file.
475         * arm/elf-redboot.specs: New file.
476         * arm/Makefile.in: New file.
477         * arm/redboot-crt0.S: New file.
478         * arm/redboot-syscalls.c: New file.
480 2001-12-22  Geoffrey Keating  <geoffk@redhat.com>
481             Mark Salter  <msalter@redhat.com>
482             Catherine Moore  <clm@redhat.com>
483             Richard Henderson  <rth@redhat.com>
485         * configure.in: Add xstormy16.
486         * libnosys/configure.in: Add xstormy16.
487         * configure: Regenerated.
488         * libnosys/configure: Regenerated.
489         * xstormy16/Makefile.in: New file.
490         * xstormy16/close.c: New file.
491         * xstormy16/configure: New file.
492         * xstormy16/configure.in: New file.
493         * xstormy16/crt0.s: New file.
494         * xstormy16/crt0_stub.s: New file.
495         * xstormy16/crti.s: New file.
496         * xstormy16/crtn.s: New file.
497         * xstormy16/eva_app.c: New file.
498         * xstormy16/eva_app.ld: New file.
499         * xstormy16/eva_stub.ld: New file.
500         * xstormy16/fstat.c: New file.
501         * xstormy16/getpid.c: New file.
502         * xstormy16/kill.c: New file.
503         * xstormy16/lseek.c: New file.
504         * xstormy16/open.c: New file.
505         * xstormy16/sbrk.c: New file.
506         * xstormy16/sim_high.ld: New file.
507         * xstormy16/stat.c: New file.
508         * xstormy16/syscalls.S: New file.
509         * xstormy16/syscalls.m4: New file.
510         * xstormy16/unlink.c: New file.
511         * xstormy16/xstormy16_stub.c: New file.
513 2001-10-31  Jeff Johnston  <jjohnstn@redhat.com>
515         * m32r/Makefile.in: Use gdb stub set by configure.
516         * m32r/configure.in: Add a special macro for testing
517         c compiler without building executable.  Add setting of
518         GDBSTUB.
519         * m32r/configure: Regenerated.
521 2001-10-31  David Howells  <dhowells@redhat.com>
523         * syscall.h: Added SYS_times, SYS_gettimeofday, SYS_link values.
524         * mn10300/times.c: Renamed "times" to "_times" so that it can be
525         referenced by newlib.
526         * mn10300/cygmon.c: New file.
527         * mn10300/crt0_redboot.S: Ditto.
528         * mn10300/crt0_cygmon.S: Ditto.
529         * mn10300/Makefile.in: Added RedBoot and Cygmon support.
530         * mn10300/configure.in: Changed to allow for future
531         evaluation boards to be added.
532         * mn10300/configure: Regenerated.
534 2001-10-17  Michael Meissner  <meissner@redhat.com>
536         * regs.S (K0BASE_ADDR,K1BASE_ADDR): Define as addresses to
537         identify if a program is running in kernel segment 0.
539         * cma101.c (__sizemem): If we are running in kernel segment 0,
540         instead of kernel segment 1, use kernel segment 0 addresses which
541         are uncached when sizing memory.
543         * ddb-kseg0.ld: New file, clone of ddb.ld, except it links the
544         program to run in kernel segment 0, instead of kernel segment 1.
546         * configure.in: Treat ddb-kseg0.ld like ddb.ld.
547         * configure: Regenerate.
548         
549 2001-09-15  Eric Christopher  <echristo@redhat.com>
551         * mips/configure.in (LIB_AC_PROG_CC): Fix typo in mipsisa32 to
552         mipsisa32*.
553         * mips/configure: Regenerate.
555 2001-09-14  Eric Christopher  <echristo@redhat.com>
557         * mips/configure.in: Add mipsisa32 support.
558         * mips/configure: Regenerate.
559         * mips/idt32.ld: New file.
560         * mips/idt64.ld: New file.
562 2001-09-11  Michael Meissner  <meissner@redhat.com>
564         * mips/crt0.S (_start): If -mfp32, don't enable 64-bit floating
565         point registers, even if we are compiling for a mips3 or greater.
567 2001-09-10  Jim Blandy  <jimb@redhat.com>
569         Add support for GDB monitor-style I/O.
570         * m68k/idp-outbyte.c (raw_outbyte): Renamed from outbyte; made
571         static.
572         (outbyte): Call raw_outbyte; if GDB_MONITOR_OUTPUT is #defined,
573         precede the byte with a ^O character.
574         * m68k/idpgdb.ld: New linker script.
575         * m68k/Makefile.in (IDPGDB_LDFLAGS, IDPGDB_BSP, IDPGDB_OBJS): New
576         variables.
577         (all): Add ${IDPGDB_BSP} to the list of things to build.
578         (${IDPGDB_BSP}, idp-gdb-outbyte.o, idpgdb-test.x,
579         idpgdb-test.srec, idpgdb-test.dis, idpgdb-test): New rules.
580         (install): Install the IDPGDB stuff, too.
582 2001-08-30  Richard Henderson  <rth@redhat.com>
583             Eric Christopher  <echristo@redhat.com>
585         * mips/crt0.S: Fix for .init/.fini sections.
587 2001-08-30  Richard Henderson  <rth@redhat.com>
588             Eric Christopher  <echristo@redhat.com>
590         * mips/idt.ld: Rewrite for .init/.fini sections.
592 2001-08-22  Jonathan Larmour  <jlarmour@redhat.com>
594         * mips/Makefile.in (jmr3904-io.o): Remove bogus use of `-mips3.'
596 2001-07-18  Jeff Johnston  <jjohnstn@redhat.com>
598         * hp74x/configure: Regenerated with current autoconf.
599         * m32r/configure: Ditto.
600         * m68k/configure: Ditto.
601         * pa/configure: Ditto.
602         * sparc/configure: Ditto.
604 2001-03-08  Geoffrey Keating  <geoffk@redhat.com>
606         * rs6000/simulator.S (dup): New syscall.
608 2001-02-28  Will Cohen  <wcohen@redhat.com>
610         * src/libgloss/m68k/Makefile.in: Updated copyright and
611          added rules to build simulator related libraries.
612         (SIM_SCRIPTS): New variable.
613         (SIM_LDFLAGS): New variable.
614         (SIM_BSP): New variable.
615         (SIM_CRT0): New variable.
616         (SIM_OBJS): New variable.
617         (SIM_TEST): New variable.
618         (SIM_INSTALL): new variable.
619         * src/libgloss/m68k/sim-abort.c: New file.
620         * src/libgloss/m68k/sim-crt0.S: New file.
621         * src/libgloss/m68k/sim-errno.c: New file.
622         * src/libgloss/m68k/sim-funcs.c: New file.
623         * src/libgloss/m68k/sim-inbyte.c: New file.
624         * src/libgloss/m68k/sim-print.c: New file.
625         * src/libgloss/m68k/sim-sbrk.c: New file.
626         * src/libgloss/m68k/sim.ld: New file.
627         * src/libgloss/m68k/simulator.S: New file.
629 2001-02-22  Jeff Johnston  <jjohnstn@redhat.com>
631         * mn10200/access.c: With DJ Delorie's permission, this code is
632         now freely modifiable with no reference to "copying.dj".
633         * mn10300/access.c: Ditto.
635 2001-02-06  Will Cohen  <wcohen@redhat.com>
637         * rs6000/sim-errno.c (__errno): Removed.
638         (_cerror): Use re-entrant version of errno.
640 2000-09-05  Geoff Keating  <geoffk@cygnus.com>
642         * rs6000/simulator.S: Use conditional returns for documentation
643         purposes.
644         (access): Add new syscall.
646 Wed May 24 16:47:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
648         * mn10300/time.c (time): Set *tloc, since the sim doesn't.
650 Mon Jan 31 18:45:26 2000  Donald Lindsay  <dlindsay@cygnus.com>
652         * mips/crt0.S: If compiled into a mips2 multilib, sets processor
653         status register for 32 bit addressing
654         * mips/regs.S: Add symbols for status and config register fields.
655         * mips/vr5xxx.S: Variant of vr300.S with extensions to __cpu_flush()
656         to cope with Vr5000 secondary cache and with Vr5432 CACHE instruction.
657         * mips/Makefile.in:  Add rule for forming vr5xxx.o.
658         * mips/configure.in:  Add case arm for mips64vr5000 since the
659         default (which was previously used) should not get vr5xxx.o.
661 Wed Dec 22 19:08:09 1999  Christopher Faylor <cgf@cygnus.com>
663         * wince/Makefile.am: Use LDADD from configure.
664         * wince/Makefile.in: Regenerate.
665         * wince/configure.in: Determine libraries needed based (crudely) on
666         target.
667         * wince/configure: Regenerate.
669 1999-12-16  Tom Tromey  <tromey@cygnus.com>
671         * mips/Makefile.in (jmr3904-io.o): Don't compile with `-mips3'.
673         * mips/jmr3904-io.c: Actually completed merge of Andrew Haley's
674         patch of 1998-11-23.
676         * mips/jmr3904dram-java.ld: Provide _Jv_QthreadsStackSize.  Link
677         against -lgcjcoop, not -lqthreads.
678         * mips/jmr3904app-java.ld: Provide _Jv_QthreadsStackSize.
680 1999-12-16  Brendan Kehoe  <brendan@cygnus.com>
682         * m68k/idp.ld: Only use specific .dtors and .ctors uses of KEEP,
683         without the bits for __{C,D}TOR_{LIST,END}__.
685 1999-12-14  Geoff Keating  <geoffk@cygnus.com>
687         * m68k/idp.ld (.text): Put crtbegin at the start of the
688         constructors and destructors.
690 Mon Nov 29 12:14:48 1999  Christopher Faylor <cgf@cygnus.com>
692         * wince/Makefile.am: Add missing gdbdir assignment.
693         * wince/Makefile.in: Regenerate.
695 1999-11-22  Gavin Romig-Koch  <gavin@cygnus.com>
697        * mips/idt.ld: Remove the OUTPUT_ARCH("mips:4000") directive.
699 1999-11-15  Nick Clifton  <nickc@cygnus.com>
701         * configure.in: Add arm-wince-pe target.
702         * configure: Regenerate.
704 1999-11-11  Brendan Kehoe  <brendan@cygnus.com>
706         * sparc/elfsim.ld (.text): Also provide __EH_FRAME_BEGIN__ since we're
707         not bringing in crtbegin.o.
708         * sparc/sparc86x.ld (.text): Likewise.   Add initp support.
710 1999-10-30  Geoffrey Keating  <geoffk@cygnus.com>
712         * mips/crt0.S: Handle -membedded-pic properly.  Set the $gp much
713         earlier because it'll be needed.  Set the high bits of the PC to
714         be consistent with other pointers, so that exception handling
715         doesn't get confused.
717 1999-09-27  Jonathan Larmour  <jlarmour@cygnus.co.uk>
719         * sparc/crt0.s: Delete. This file is obsolete and caused problems
720         on case-insensitive windows filesystems.
722 Wed Sep 22 15:59:17 1999  Christopher Faylor <cgf@cygnus.com>
724         * configure.in: Generalize Windows CE target detection.
725         * configure: Regenerate.
726         * wince/Makefile.am: Rename CE stub filename.
727         * wince/Makefile.in: Regenerate.
728         * wince/configure.in: Allow changing of CE stub.
729         * wince/configure: Regenerate.
731 1999-07-26  Andrew Haley  <aph@cygnus.com>
733         * m32r/crt0.S (_start): Use a full word immediate for __bss_start
734         and _end to allow them to be placed anywhere in memory.
736 1999-07-08  Jason Merrill  <jason@yorick.cygnus.com>
738         * sparc/elfsim.ld: Provide initp support.
740 1999-06-22  Nick Clifton  <nickc@cygnus.com>
742         * mips/dve.ld (.rdata): Rename section to .rodata.
743         * mips/idt.ld (.rdata): Rename section to .rodata.
744         * mips/jmr3904app-java.ld (.rdata): Rename section to .rodata.
745         * mips/jmr3904app.ld (.rdata): Rename section to .rodata.
746         * mips/lsi.ld (.rdata): Rename section to .rodata.
747         * mips/nullmon.ld (.rdata): Rename section to .rodata.
748         * mips/pmon.ld (.rdata): Rename section to .rodata.
749         * mips/r5900.ld (.rdata): Rename section to .rodata.
750         * mips/sky.ld (.rdata): Rename section to .rodata.
751         * mips/vpu.ld (.rdata): Rename section to .rodata.
753 Tue Jun 01 16:57:46 1999  Jeff Johnston <jjohnstn@cygnus.com>
755         * libnosys/configure.in: Added setting of ac_file
756         prior to calling config-ml.in.
757         * libnosys/configure: Regenerated.
758         * libnosys/Makefile.in: Added code to make install directory
759         for libnosys.a prior to installing.
761 Wed May 26 17:22:46 1999  Christopher Faylor <cgf@cygnus.com>
763         * Makefile.am: Expect the object file to be in the
764         current directory.
765         * Makefile.in: Regenerate.
767 Tue May 25 14:35:21 1999  Christopher Faylor <cgf@cygnus.com>
769         * configure.in: Add wince targest.
770         * configure: Regenerate.
771         * wince: New directory
772         * wince/Makefile.am: New file.
773         * wince/Makefile.in: New file.
774         * wince/aclocal.m4: New file.
775         * wince/configure: New file.
776         * wince/configure.in: New file.
778 1999-05-24  Jim Wilson  <wilson@cygnus.com>
780         * sparc/elfsim.ld: Add `.data.*'.
782 1999-05-22  Jason Merrill  <jason@yorick.cygnus.com>
784         * m68k/idp.ld: Add initp support.
785         * sparc/cygmon.ld.src: Likewise.
787 1999-05-14  Nick Clifton  <nickc@cygnus.com>
789         * mcore/syscalls.S (_sbrk): Round to 8 bytes not 4.
791 1999-05-13  Mark Salter  <msalter@cygnus.com>
793         * mcore/configure.in: Fixed multilib support.
794         * mcore/configure: Regenerated.
795         * mcore/Makefile.in: Fixed multilib problems.
796         Added cmb board support
797         * mcore/close.c: New file.
798         * mcore/cmb-exit.c: Ditto.
799         * mcore/cmb-inbyte.c: Ditto.
800         * mcore/cmb-outbyte.c: Ditto.
801         * mcore/elf-cmb.ld: Ditto.
802         * mcore/elf-cmb.specs: Ditto.
803         * mcore/fstat.c: Ditto.
804         * mcore/getpid.c: Ditto.
805         * mcore/kill.c: Ditto.
806         * mcore/lseek.c: Ditto.
807         * mcore/open.c: Ditto.
808         * mcore/pe-cmb.ld: Ditto.
809         * mcore/pe-cmb.specs: Ditto.
810         * mcore/print.c: Ditto.
811         * mcore/putnum.c: Ditto.
812         * mcore/raise.c: Ditto.
813         * mcore/read.c: Ditto.
814         * mcore/sbrk.c: Ditto.
815         * mcore/stat.c: Ditto.
816         * mcore/unlink.c: Ditto.
817         * mcore/write.c: Ditto.
818         * mcore/c-syscalls.c: Removed.
820 1999-05-07  Nick Clifton  <nickc@cygnus.com>
822         * mcore/syscalls.S (_write): Use 0x50FF instead of trap 1.
823         Tidy up code layout.
825 1999-05-06  Nick Clifton  <nickc@cygnus.com>
827         * mcore/Makefile.in: Fix build rule.
828         * mcore/syscalls.s: Rename to syscalls.S
830 1999-05-04  Nick Clifton  <nickc@cygnus.com>
832         * mcore/configure.in: Depend upon crt0.S not crt0.s.
833         * mcore/configure: Regenerate.
835 1999-04-29  Nick Clifton  <nickc@cygnus.com>
837         * mcore/crt0.S: Renamed file from crt0.s.
838         Only invoke init() and fini() routines for ELF builds.
839         Use __bss_start__ and __bss_end__ to locate .bss section.
841 1999-04-26  Angela Marie Thomas <angela@cygnus.com>
843         * mips/array.ld:  Fix ELF ctor/dtor support.
844         * mips/ddb.ld: Likewise.
845         * mips/dve.ld: Likewise.
846         * mips/idt.ld: Likewise.
847         * mips/jmr3904app.ld: Likewise.
848         * mips/lsi.ld: Likewise.
849         * mips/nullmon.ld: Likewise.
850         * mips/pmon.ld: Likewise.
851         * mips/r5900.ld: Likewise.
852         * mips/sky.ld: Likewise.
853         * mips/vpu.ld: Likewise.
855 1999-04-22  Nick Clifton  <nickc@cygnus.com>
857         * mcore/crt0.s: Initialise data section, call _init and _fini.
859         * mcore/syscalls.s (_exit): Renamed from __exit.
861         * fr30/crt0.s (_start): Initialise arg[cv] after calling _init and
862         atexit.
864 1999-04-21  Nick Clifton  <nickc@cygnus.com>
866         * mcore/crt0.s (_start): Use .long directive, not .word.
868         * mcore/syscalls.s (_sbrk): fix syntax.
870 1999-04-20  Jason Molenda  (jsm@bugshack.cygnus.com)
872         * sparc/sparc86.ld: Set alignment for the .data section.
874 1999-04-18  Nick Clifton  <nickc@cygnus.com>
876         * configure.in: Add support for mcore targets.
877         * configure: Regenerate.
878         * mcore: New directory.
879         * mcore/Makefile.in: New File: meta Makefile.
880         * mcore/configure.in: New File: meta configure file..
881         * mcore/configure: New File: Generated.
882         * mcore/crt0.s: New File: mcore startup code.
883         * mcore/syscalls.s: New File: Assembler system call stubs.
884         * mcore/c-syscalls.c: New File: C system call stubs.
886 Tue Apr 13 17:20:34 1999  Catherine Moore  <clm@cygnus.com>
888         * mips/array.ld:  Support linkonce sections.
889         * mips/ddb.ld: Likewise.
890         * mips/dve.ld: Likewise.
891         * mips/idt.ld: Likewise.
892         * mips/jmr3904app.ld: Likewise.
893         * mips/jmr3904app-java.ld: Likewise.
894         * mips/jmr3904dram.ld: Likewise.
895         * mips/jmr3904dram-java.ld: Likewise.
896         * mips/lsi.ld: Likewise.
897         * mips/nullmon.ld: Likewise.
898         * mips/pmon.ld: Likewise.
899         * mips/r5900.ld: Likewise.
900         * mips/sky.ld: Likewise.
901         * mips/vpu.ld: Likewise.
903 Mon Apr 12 21:01:46 1999  Catherine Moore  <clm@cygnus.com>
905         * mips/array.ld:  Add ELF ctor/dtor support.
906         * mips/ddb.ld: Likewise.
907         * mips/dve.ld: Likewise.
908         * mips/idt.ld: Likewise.
909         * mips/jmr3904app.ld: Likewise.
910         * mips/lsi.ld: Likewise.
911         * mips/nullmon.ld: Likewise.
912         * mips/pmon.ld: Likewise.
913         * mips/r5900.ld: Likewise.
914         * mips/sky.ld: Likewise.
915         * mips/vpu.ld: Likewise.
917 Sun Apr 11 00:43:34 1999  Jim Wilson  <wilson@cygnus.com>
919         * i960/crt0.c (_start): Increase stack size to 256K.
921 Wed Mar 31 17:56:41 1999  Bob Manson  <manson@charmed.cygnus.com>
923         * i386/cygmon-salib.c: Add read and write syscall support.
924         * i386/cygmon-syscall.h: Ditto.
926         * i386/cygmon-gmon.[ch]: Profile support.
928 Sun Feb 28 23:39:32 1999  Geoffrey Noer  <noer@cygnus.com>
930         * libnosys/configure.in: Check cygwin*, not cygwin32.
931         * libnosys/configure: Regenerate.
933 1999-02-18  Tom Tromey  <tromey@cygnus.com>
935         * mips/configure: Rebuilt.
936         * mips/configure.in (script_list): Added jmr3904dram-java and
937         jmr3904app-java.
938         * mips/jmr3904dram-java.ld: New file.
939         * mips/jmr3904dram.ld: Don't mention -lqthreads.
940         * mips/jmr3904app-java.ld: New file.
941         * mips/jmr3904app.ld: Don't mention -lgcjcoop.
943 Wed Feb 17 13:27:24 1999  Jim Wilson  <wilson@cygnus.com>
945         * m68k/crt0.S (start): Use jpbl not jmi in coldfire code.
947 1999-02-18  Tom Tromey  <tromey@cygnus.com>
949         * Merge from branch:
951         Tue Feb 16 12:57:06 PST 1999  Angela Marie Thomas  <angela@cygnus.com>
953         * mips/jmr3904app.ld: Change -lqthreads to -lgcjcoop due to
954         library name change.
956         Thu Feb  4 16:15:44 1999  Warren Levy  <warrenl@cygnus.com>
958         * mips/configure.in (script_list): Added jmr3904dram.ld.
959         * mips/configure: Rebuilt.
961         Thu Jan 21 19:11:45 1999  Warren Levy  <warrenl@cygnus.com>
963         * mips/jmr3904dram.ld: Created.
965         Wed Dec 30 11:15:46 1998  Anthony Green  <green@cygnus.com>
967         * mips/jmr3904app.ld: libgcc is dependent on libqthreads, so
968         it must be linked it.
970         Wed Dec 30 11:04:54 1998  Anthony Green  <green@cygnus.com>
972         * mips/jmr3904app.ld: Make sure the stack owns all 8k plus
973         the padding allocated for alignment.
975         1998-11-23  Andrew Haley  <aph@viagra.cygnus.co.uk>
977         * mips/jmr3904-io.c: change get_mem_info() to use _mem_size
978         imported from the linker script.
979         * mips/jmr3904app.ld: Provide _mem_size.
981         * mips/jmr3904app.ld: Allocate 8k bytes for stack.
983         1998-11-19  Andrew Haley  <aph@viagra.cygnus.co.uk>
985         * mips/crt0.S: set argc to 0 before calling main()
986         * get_mem_info() was incorrect; jmr3904 has 1M max of SRAM.
988         Wed Nov  4 15:28:44 1998  Anthony Green  <green@cygnus.com>
990         * mips/jmr3904-io.c: Implement get_mem_info().
992         Wed Nov  4 15:22:41 1998  Anthony Green  <green@cygnus.com>
994         * mips/Makefile.in: Rename libtx39jmr.a to libjmr3904.a.
995         * mips/configure.in: Ditto.
996         * mips/configure: Regenerate.
998         Tue Nov  3 15:39:14 1998  Angela Marie Thomas (angela@cygnus.com)
1000         * mips/configure.in: Add jmr3904app to script list for tx39.
1001         * mips/configure: Regenerate.
1003 1999-02-08  Nick Clifton  <nickc@cygnus.com>
1005         * libnosys/configure.in: Add support for StrongARM target.
1006         * libnosys/configure: Regenerate.
1008 Thu Feb  4 10:56:59 1999  Jeff Johnston  <jjohnstn@cygnus.com>
1010         * d30v/syscalls.c (time): Added code to honor argument
1011         passed to time which is either a pointer to a time_t
1012         value to set or is the NULL pointer.
1014 1999-02-03  Keith Seitz  <keiths@cygnus.com>
1016         * m32r/m32r-lib.c (rx_char): Rename rx_uchar and return
1017         only unsigned chars.
1018         (getDebugChar2): Remove and integrate support into "M"
1019         packet code.
1021 1999-01-29  Doug Evans  <devans@casey.cygnus.com>
1023         * sparc/erc32-crt0.S (_exit): Set magic number for simulator.
1024         * sparc/traps.S (win_flush): Make sure %sp is valid before flushing
1025         all windows.
1027 Tue Jan 19 06:19:51 1999  Jeffrey A Law  (law@cygnus.com)
1029         * mn10300/crt0.S: Use ".stack" for the name of the stack section,
1030         not "._stack".  Remove mn10200 support.
1031         * mn10300/trap.S: Remove mn10200 support.
1032         * mn10300/sim.ld: Collect *(.stack) *(._stack) input sections into
1033         the .stack output section to be safe.
1034         * mn10300/eval.ld: Likewise.
1036         * mn10200/crt0.S: Use ".stack" for the name of the stack section,
1037         not "._stack".
1038         * mn10200/sim.ld: Collect *(.stack) *(._stack) input sections into
1039         the .stack output section to be safe.
1040         * mn10200/eval.ld: Likewise.
1042 1999-01-14  Nick Clifton  <nickc@cygnus.com>
1044         * fr30/Makefile.in: Set target of install to be SIM_INSTALL not
1045         MON_INSTALL.
1047         * fr30/crt0.s (_start): Use atexit to call C++ global
1048         destructors.  Patch from Mark Salter <msalter@cygnus.com>
1050 1999-01-12  Nick Clifton  <nickc@cygnus.com>
1052         * fr30/crt0.s: Remove .stack section - it is no longer necessary.
1054 1999-01-11  Nick Clifton  <nickc@cygnus.com>
1056         * fr30/crt0.s (_start): Add calls to _init and _fini for C++
1057         global constructor/destructor support.
1059 1999-01-07  Nick Clifton  <nickc@cygnus.com>
1061         * fr30/crt0.s (_start): Apply patch from Mark Salter
1062         <msalter@cygnus.com> to cope with initialising .bss areas that are
1063         not word sized.
1065 1998-12-23  Michael Meissner  <meissner@cygnus.com>
1067         * m68k/idp.ld (.eh_frame): Add section to the .text segment.
1068         (__{INIT,FINI}__SECTION__): Align to a 4 byte boundary.
1069         (.gcc_except_table): Ditto.
1071 Mon Dec 21 22:45:05 1998  Mark Alexander  <marka@cygnus.com>
1073         * sh/sh1lcevb.ld: Add DWARF sections.
1074         * sh/sh2lcevb.ld: Ditto.
1075         * sh/sh3lcevb.ld: Ditto.
1076         * sh/sh3bb.ld: Ditto.
1078 Fri Dec 18 22:07:21 1998  Bob Manson  <manson@charmed.cygnus.com>
1080         * i386/cygmon.ld: Make sure -lcygmon appears both before
1081         and after -lc, so we pick up functions from there in
1082         preference to libc functions.
1084         * i386/cygmon-salib.c: Add syscalls for time and gettimeofday.
1085         Don't add __do_global_ctors () and __do_global_dtors () if
1086         we're on a coff target.
1087         (open): Add dummy function so plumhall will compile.
1088         (clock): Replacement for clock () syscall that uses
1089         gettimeofday().
1092 1998-12-18  Gavin Romig-Koch  <gavin@cygnus.com>
1094         * mips/Makefile.in, mips/vr4300.S: Move the -mips3 into vr4300.S.
1096 1998-12-17  Nick Clifton  <nickc@cygnus.com>
1098         * fr30/syscalls.c: Include ../syscall.h not ../../sim/fr30/targ-vals.h
1099         (_open): Return file descriptor allocated by simulator.
1100         (isatty): Always false to avoid having to cope with reads from
1101         stdin.  For Now...
1103 1998-12-16  Nick Clifton  <nickc@cygnus.com>
1105         * fr30/Makefile.in: Add libraries to clean target.
1107         * fr30/syscalls.c (_write): Save length so that it can be returned
1108         to caller.
1110         * fr30/crt0.s (_start): Initialise argc, argv and envp before
1111         calling main().
1113 1998-12-15  Gavin Romig-Koch  <gavin@cygnus.com>
1115         * mips/ddb.ld (OUTPUT_ARCH): Remove.
1117 1998-12-12  Nick Clifton  <nickc@cygnus.com>
1119         * fr30/syscalls.c: Remove stub for abort and add stubs for _kill
1120         and _getpid.
1122 1998-12-11  Nick Clifton  <nickc@cygnus.com>
1124         * configure.in: Add support for fr30 target.
1125         * configure: Regenerate.
1126         * fr30: New directory.
1127         * fr30/Makefile.am: New file - build crt0.o and libsim.a
1128         * fr30/Makefile.in: New file - generate from Makefile.am.
1129         * fr30/configure.in: New file - support fr30 target
1130         * fr30/configure: New file - generate from configure.in.
1131         * fr30/crt0.s: New file - Basic executable startup code.
1132         * fr30/syscalls.c: New file - System call emulation library.
1134 1998-12-11  Gavin Romig-Koch  <gavin@cygnus.com>
1136         *  mips/crt0.S (_start): Change initialization of FR.
1138 1998-12-08  James E Wilson  <wilson@wilson-pc.cygnus.com>
1140         * i960/crt0.c (set_stack): Change return type to void.  Init SP to
1141         FP + 64 instead of FP.  Simplify code to align ptr.
1142         (_start): Call exit instead of _exit.  Delete local variable stack.
1143         Init stack to heap+4096.
1144         * i960/mon960.c (abort): Ifdef out.
1145         * i960/syscall.h: New file.
1147 1998-12-04  Ken Raeburn  <raeburn@cygnus.com>
1149         * mips/cma101.c (time): Add heuristic to handle Y2K overflow.
1151 Tue Dec  1 17:57:52 1998  Stan Shebs  <shebs@andros.cygnus.com>
1153         * config/ppc.mh (.s.o): Don't use CFLAGS_MRELOCATABLE when
1154         assembling.
1156 Wed Nov 18 19:14:15 1998  Jim Wilson  <wilson@cygnus.com>
1158         * mips/entry.S: Handle mips16 builds.
1160 1998-10-30  Ian Molee  <imolee@cygnus.com>
1162         * m32r/trapmon0.c: New file.  Mon2000 trap handler.
1163         * m32r/trapmon0.S: Removed.
1164         * m32/Makefile.in: Changed to reflect above-changed files.
1166 Wed Oct 28 07:55:55 1998  Mark Alexander  <marka@cygnus.com>
1168         * sparc/crt0.S: Move entry point to start of text section.
1169         Put the address of the data section at the start of the section,
1170         so the GDB sparclite loader can find it for a.out loads.
1172 Mon Oct 26 13:11:41 1998  Jeffrey A Law  (law@cygnus.com)
1174         * d30v/syscalls.c (time): Returns a time_t and accepts a pointer to
1175         a time_t as its argument.
1177         * i386/cygmon-syscall.h: Fix bogus asm constraints.  You must not
1178         clobber a register that overlaps with an input or output.
1180 Fri Oct 23 11:06:16 1998  John Metzler  <jmetzler@cygnus.com>
1182         * mips/jmr3904-io.c (hardware_init_hook): Add file to support
1183         serial input and out put as required by libgloss read and write
1184         functions.
1186         * mips/jmr3904app.ld : LInker script for tx39jmr3904 board. Uses
1187         addresses per eCos conventions, not original ROM monitor.
1189         * configure.in: Add libtx39jmr.c to build target
1191         * Makefile.in: rules for libtx39jmr.a and jmr3904-io.o
1193 1998-10-15  Ian Molee  <imolee@cygnus.com>
1195         * m32r/mon.specs: New file
1196         * m32r/trapmon0.S: New file
1197         * m32r/Makefile.in: Modified to add support for mon2000 trap0.
1199 Tue Oct 13 11:52:03 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1201         * libnosys/warning.h: New file.
1203 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
1205         * mips/configure.in: Build nullmon stuff in default case.  Don't
1206         treat vr4100 specially.
1208 Tue Oct  6 15:17:42 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1210         * libnosys/sbrk.c (_sbrk): Added reference to config.h.
1211         * libnosys/close.c (_close): Added stub warning outside of
1212         function body and added reference to config.h.
1213         * libnosys/execve.c (_execve): Ditto.
1214         * libnosys/fork.c (_fork): Ditto.
1215         * libnosys/fstat.c (_fstat): Ditto.
1216         * libnosys/getpid.c (_getpid): Ditto.
1217         * libnosys/gettod.c (_gettimeofday): Ditto.
1218         * libnosys/isatty.c (_isatty): Ditto.
1219         * libnosys/kill.c (_kill): Ditto.
1220         * libnosys/link.c (_link): Ditto.
1221         * libnosys/lseek.c (_lseek): Ditto.
1222         * libnosys/open.c (_open): Ditto.
1223         * libnosys/read.c (_read): Ditto.
1224         * libnosys/stat.c (_stat): Ditto.
1225         * libnosys/times.c (_times): Ditto.
1226         * libnosys/unlink.c (_unlink): Ditto.
1227         * libnosys/wait.c (_wait): Ditto.
1228         * libnosys/write.c (_write): Ditto.
1229         * libnosys/acconfig.h: New file.
1230         * libnosys/config.h.in: New file.
1231         * libnosys/exit.c: Removed as _exit cannot be stubbed.
1232         * libnosys/Makefile.in: Regenerated.
1233         * libnosys/configure.in: Configure header file specified.
1234         * libnosys/configure: Regenerated.
1236 Wed Sep 30 12:45:43 1998  Bob Manson  <manson@charmed.cygnus.com>
1238         * i386/cygmon.ld: Increase memory limits; put the initial
1239         executable above 1MB.
1241 Fri Sep 25 13:49:22 1998  Bob Manson  <manson@charmed.cygnus.com>
1243         * i386/configure.in: Changed crt0.c to cygmon-salib.c.
1245 Wed Sep 23 19:25:46 1998  Bob Manson  <manson@charmed.cygnus.com>
1247         * configure.in: Add i386-*-elf* triplet.
1248         * i386/*: Support for i386 targets.
1250 Wed Sep 16 19:43:52 1998  Doug Evans  <devans@canuck.cygnus.com>
1252         * m32r/m32r-lib.c: Rename -DMSA2000 to -DREVC and reverse test.
1253         (exceptionHandler,getExceptionHandler): Add cast to avoid warning.
1255 Wed Sep  9 19:22:03 1998  Mark Alexander  <marka@cygnus.com>
1257         * sparc/Makefile.in: Remove cache86x.o, not needed any more.
1258         * sparc/sparclite.h: (read_asr, write_asr): Define.
1259         * sparc/cache.c (is_danlite): New function.
1260         (cache_off, cache_on, flush_i_cache): Test for DANlite.
1261         * sparc/salib.c (update_leds): Allow user to disable LED flashing.
1262         * sparc/sparc86x.ld: Prevent section overlap.
1264 1998-09-04  Keith Seitz  <keiths@cygnus.com>
1266         * m32r/m32r-lib.c (rx_rdy): Add support for MSA2000G01 board.
1267         (rx_char): Ditto.
1268         (getDebugChar2): New function to support binary downloads (gdb
1269         remote protocol "X" command).
1270         (exceptionHandler): Add support for MSA2000G01 board.
1271         (getExceptionHandler): Ditto.
1273 1998-08-20  Michael Meissner  <meissner@cygnus.com>
1275         * libnosys/gettod.c: Include sys/time.h so that struct timezone is
1276         declared.
1278 Sun Aug 16 10:46:43 1998  Mark Alexander  <marka@cygnus.com>
1280         * sparc/Makefile.in: Add new BSP for sparc86x (DANlite).
1281         * sparc/salib.c (outbyte): Add hook for GDB stub.
1282         (cache_off, cache_on, flush_i_cache): Move to cache.c.
1283         * sparc/cache.c: New file for sparclite-specific cache code.
1284         * sparc/cache-86x.c: New file for sparc86x-specific cache code.
1285         * sparc/sparc86x.ld: New linker script for sparc86x.
1286         * sparc/crt0.S: Disable broken data relocation code.
1287         * sparc/sparcl-stub.c (outbyte_stub): New function for redirecting
1288         standard output to GDB.
1289         (handle_exception): Initialize outbyte hook.
1291 Tue Aug 11 13:27:31 1998  Jim Wilson  <wilson@cygnus.com>
1293         * m68k/idp.ld (__INIT_SECTION__): Align to 2 byte boundary.
1294         * m68k/bcc.ld, m68k/mvme135.ld, m68k/mvme162.ld: Likewise.
1295         * m68k/sbc5204.ld, m68k/sbc5206.ld: Likewise.
1297 1998-08-11  Jason Merrill  <jason@yorick.cygnus.com>
1299         * mn10300/{sim.ld,eval.ld}: Add init_priority support.
1301 Tue Aug 11 10:04:05 1998  Jeffrey A Law  (law@cygnus.com)
1303         * mn10200/sim.ld: Rework code to insert pad before the start of the
1304         data segment.
1305         * mn10200/eval.ld: Likewise.
1306         * mn10300/sim.ld: Likewise.
1307         * mn10300/eval.ld: Likewise.
1309 Sat Aug  8 09:46:37 1998  Jim Wilson  <wilson@cygnus.com>
1311         * mips/cma101.c (__sizemem): New local variable extra.  Align base
1312         to int boundary.
1314 Tue Jul 28 10:57:12 1998  Mark Alexander  <marka@cygnus.com>
1316         * sparc/Makefile.in (ERC32_OBJS): Add fixctors.
1317         * sparc/erc32-crt0.S: Call __fix_ctors just before calling main.
1318         * sparc/fixctors.c: New file.
1320 Sat Jul 18 07:15:33 1998  Mark Alexander  <marka@cygnus.com>
1322         * sparc/crt0.S (win_ovf_trap, win_unf_trap): Use correct names for
1323         extern functions win_ovf and win_unf; fixes unresolved symbols
1324         in COFF.
1326 Mon Jul 13 17:50:41 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1328         * configure.in: Added libnosys as subdir.
1329         * configure: Rebuilt configure based on configure.in.
1330         * libnosys/close.c (_close): Part of new libnosys stub library
1331         to use for situations with no operating system support.
1332         * libnosys/environ.c (environ): ditto.
1333         * libnosys/execve.c (_execve): ditto.
1334         * libnosys/exit.c (_exit): ditto.
1335         * libnosys/fork.c (_fork): ditto.
1336         * libnosys/fstat.c (_fstat): ditto.
1337         * libnosys/getpid.c (_getpid): ditto.
1338         * libnosys/gettod.c (_gettimeofday): ditto.
1339         * libnosys/isatty.c (_isatty): ditto.
1340         * libnosys/kill.c (_kill): ditto.
1341         * libnosys/link.c (_link): ditto.
1342         * libnosys/lseek.c (_lseek): ditto.
1343         * libnosys/open.c (_open): ditto.
1344         * libnosys/read.c (_read): ditto.
1345         * libnosys/sbrk.c (_sbrk): ditto.
1346         * libnosys/stat.c (_stat): ditto.
1347         * libnosys/times.c (_times): ditto.
1348         * libnosys/unlink.c (_unlink): ditto.
1349         * libnosys/wait.c (_wait): ditto.
1350         * libnosys/write.c (_write): ditto.
1351         * libnosys/Makefile.in : Makefile.in for creating libnosys Makefile.
1352         * libnosys/configure.in: configure.in to create libnosys configure.
1353         * libnosys/configure: Configure for libnosys library.
1355 Mon Jul 13 14:13:07 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
1357         * sim/mips.ld: Clarify a comment.
1359 Tue Jul  7 21:12:41 1998  Mark Alexander  <marka@cygnus.com>
1361         * sparc/elfsim.ld: Make it work on both a.out and ELF.
1362         * sparc/traps.S: Rename trap_table label to work on both a.out
1363         and ELF.  Put the address of the data section at the start
1364         of the section, so the simulator loader can find it for a.out loads.
1366 Thu Jun 25 09:24:53 1998  Mark Alexander  <marka@cygnus.com>
1368         * config/mn10200.mt: New file.
1370 Tue Jun 23 22:45:49 1998  Mark Alexander  <marka@cygnus.com>
1372         * mn10200/crt0.S: Don't waste top four bytes of stack.
1373         * mn10200/eval.ld: Fix stack top address.
1375 Mon Jun 22 09:30:22 1998  Drew Moseley  <dmoseley@cygnus.com>
1377         * mips/dvemon.c: Remove the close function and get it from the generic
1378         close.o
1379         * mips/Makefile.in (DVEOBJS): Add generic open.o and close.o to the DVEOBJS
1380         list to ensure that the proper API's are included.
1382 Wed Jun 17 12:33:05 1998  Mark Alexander  <marka@cygnus.com>
1384         * configure.in: Add mn10200 support.
1385         * configure: Regenerate.
1386         * mn10200/Makefile.in: New file.
1387         * mn10200/_exit.c: New file.
1388         * mn10200/access.c: New file.
1389         * mn10200/chmod.c: New file.
1390         * mn10200/chown.c: New file.
1391         * mn10200/close.c: New file.
1392         * mn10200/configure: New file.
1393         * mn10200/configure.in: New file.
1394         * mn10200/creat.c: New file.
1395         * mn10200/crt0.S: New file.
1396         * mn10200/crt1.c: New file.
1397         * mn10200/eval.ld: New file.
1398         * mn10200/execv.c: New file.
1399         * mn10200/execve.c: New file.
1400         * mn10200/fork.c: New file.
1401         * mn10200/fstat.c: New file.
1402         * mn10200/getpid.c: New file.
1403         * mn10200/gettime.c: New file.
1404         * mn10200/isatty.c: New file.
1405         * mn10200/kill.c: New file.
1406         * mn10200/lseek.c: New file.
1407         * mn10200/open.c: New file.
1408         * mn10200/pipe.c: New file.
1409         * mn10200/read.c: New file.
1410         * mn10200/sbrk.c: New file.
1411         * mn10200/sim.ld: New file.
1412         * mn10200/stat.c: New file.
1413         * mn10200/test.c: New file.
1414         * mn10200/time.c: New file.
1415         * mn10200/times.c: New file.
1416         * mn10200/trap.S: New file.
1417         * mn10200/trap.h: New file.
1418         * mn10200/unlink.c: New file.
1419         * mn10200/utime.c: New file.
1420         * mn10200/wait.c: New file.
1421         * mn10200/write.c: New file.
1423 Fri Jun 12 17:26:56 1998  Doug Evans  <devans@seba.cygnus.com>
1425         * m32r/sys/syscall.h: Delete.  Use ./syscall.h now.
1426         * m32r/trap0.S: Renamed from trap.S.
1427         * m32r/eit.h: New file.
1428         * m32r/crtsysc.c: Delete, split up into several files.
1429         * m32r/chmod.c: New file.
1430         * m32r/close.c: New file.
1431         * m32r/exit.c: New file.
1432         * m32r/fstat.c: New file.
1433         * m32r/getpid.c: New file.
1434         * m32r/isatty.c: New file.
1435         * m32r/kill.c: New file.
1436         * m32r/lseek.c: New file.
1437         * m32r/open.c: New file.
1438         * m32r/raise.c: New file.
1439         * m32r/read.c: New file.
1440         * m32r/sbrk.c: New file.
1441         * m32r/stat.c: New file.
1442         * m32r/unlink.c: New file.
1443         * m32r/utime.c: New file.
1444         * m32r/write.c: New file.
1445         * m32r/Makefile.in (SYSCALLS): Delete.
1446         (LIBOBJS,LIBGLOSS): New variables.
1447         (all,install): Update.
1448         (libgloss.a): New rule.
1450 Thu Jun 11 08:38:42 1998  Doug Evans  <devans@seba.cygnus.com>
1452         * sparc/cygmon-salib.c (setitimer): Add `const' to second arg.
1453         (gettimeofday): Change type of 2nd arg to struct timezone *.
1455 Tue Jun  9 12:02:21 1998  Ian Carmichael  <iancarm@cygnus.com>
1457         * mips/syscalls.c (sbrk): Allow memory allocation to work
1458         for configurations which don't have memory at K1BASE.
1459         * mips/cma101.c (__sizemem): Ditto.
1461 Tue Jun  9 13:17:28 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
1463         * m68k/emc-stub.c: New file, stub for the EMC Symmetrix target.
1464         * m68k/gdbinit.emc: New file, user support for special features
1465         supported only on the EMC Symmetrix target.
1467 Fri Jun  5 16:40:20 1998  Mark Alexander  <marka@cygnus.com>
1469         * sparc/elfsim.ld: Fix ctor and dtor tables to work in both
1470         little- and big-endian executables.
1472 Wed Jun  3 23:09:38 1998  Mark Alexander  <marka@cygnus.com>
1474         * sparc/sparcl-stub.c: Include asm.h.  Use STRINGSYM macro to generate
1475         proper prefix for public assembly language labels.
1476         * sparc/ex930.ld: Add DWARF sections.
1477         * sparc/ex931.ld: Ditto.
1478         * sparc/ex934.ld: Ditto.
1479         * sparc/elfsim.ld: Simplify and clean up.
1480         * sparc/Makefile.in: Build ex934 BSP.  Allow little-endian builds.
1481         * sparc/traps.S (win_flush): Rewrite using code from Cygmon
1482         to eliminate register corruption.
1484 Mon Jun  1 15:21:05 1998  Geoffrey Noer  <noer@cygnus.com>
1486         * sparc/cygmon-salib.c: Stop including sys/itimer.h
1488 Sun May 31 10:46:37 1998  Michael Meissner  <meissner@cygnus.com>
1490         * rs6000/Makefile.in (SOLARIS_*): Don't build solaris bsp's any
1491         more.
1493 Fri May 22 13:50:55 1998  Angela Marie Thomas (angela@cygnus.com)
1495         * mn10300/Makefile.in: Install sim.ld.
1497 Wed May 20 22:45:11 1998  Mark Alexander  <marka@cygnus.com>
1499         * sparc/elfsim.ld: Add constructor and destructor tables.
1501 Sat May 16 17:08:17 1998  Bob Manson  <manson@charmed.cygnus.com>
1503         * sparc/cygmon-salib.c (__getProgramArgs): Use asm constraints.
1505 Fri May 15 16:50:36 1998  Mark Alexander  <marka@cygnus.com>
1507         * sparc/traps.S (win_flush): Don't destroy %g1 and %g2.
1509 Fri May 15 15:59:30 1998  Gavin Koch  <gavin@cygnus.com>
1511         * mips/configure.in: Add idt to tx39 chain.
1512         * mips/configure: Rebuild.
1514 Fri May 15 15:48:28 1998  Gavin Koch  <gavin@cygnus.com>
1516         * mips/crt0.S (__stackbase): Added.
1517         (zerobss): Initialize __stackbase.
1519 1998-05-13  Brendan Kehoe  <brendan@cygnus.com>
1521         * mips/configure.in: Also grok `mipstx39*-*-*'.
1522         * mips/configure: Regenerated.
1524 Mon May 11 15:07:12 1998  Bob Manson  <manson@charmed.cygnus.com>
1526         * configure.in: Added powerpcle target.
1527         * configure: Regenerated.
1529 Thu May  7 16:43:37 1998  Mark Alexander  <marka@cygnus.com>
1531         * sparc/elfsim.ld (OUTPUT_FORMAT): Add little-endian support.
1533         * sparc/crt0.S (_start): Define label for ELF targets.
1534         * sparc/salib.c: Include asm.h.  Use STRINGSYM macro to generate
1535         proper prefix for public assembly language labels.
1536         (write, read): Disable to avoid conflict with generic versions
1537         of these functions.
1538         * sparc/erc32-stub.c: Move STRINGSYM macro to sparc/asm.h.
1539         * sparc/asm.h: Move STRINGSYM macro here from sparc/erc32-stub.c
1541 Mon May  4 08:30:58 1998  Mark Alexander  <marka@cygnus.com>
1543         * sparc/configure.in: Treat sparc86x as a sparclite.
1544         * sparc/configure.in: Ditto.
1545         * sparc/Makefile.in (slite-install): Install missing files
1546         for simulator.
1548 Thu Apr 30 16:41:15 1998  John Metzler  <jmetzler@cygnus.com>
1550         * mips/configure.in: adjust target type pattern to export nullmon.ld
1551         * mips/configure: regenerated
1553 Mon Apr 27 21:38:18 1998  Mark Alexander  <marka@cygnus.com>
1555         * configure.in: Added sparc86x configuration.
1556         * configure: Ditto.
1558 Wed Apr 22 21:45:13 1998  Jeffrey A Law  (law@cygnus.com)
1560         * mips/crt0.S: Increase stack alignment.
1562 Fri Apr 10 21:17:48 1998  Mark Alexander  <marka@cygnus.com>
1564         * sparc/traps.S (win_flush): Prevent immediate window underflow
1565         trap on return.  Miscellaneous comment formatting cleanup.
1567 Tue Apr  7 18:34:51 1998  Mark Alexander  <marka@cygnus.com>
1569         * sparc/elfsim.ld: Align BSS at 8-byte boundary.
1571 Mon Apr  6 13:12:32 1998  Mark Salter  <msalter@chef.cygnus.com>
1573         * rs6000/ads-io.c (write): Added write().
1575         * rs6000/Makefile.in: Changed objects used for libads to be
1576         new ads specific object files instead of some mvme objects.
1578         * Added ads-io.c and ads-exit.c to provide function stubs which
1579         are safe on ads board (SDS monitor).
1581         * rs6000/mbx-outbyte.c (outbyte): Foundry console output
1582         is fixed, so re-enable output char quoting for mbx.
1584         * rs6000/mbx.specs: Added blank line to end of file. There
1585         were link errors without it?
1587         * rs6000/mbx.specs: Use mbx.ld script for linking.
1589         * rs6000/mbx-outbyte.c: Don't quote characters. We don't want
1590         gdb to display program output, yet.
1592         * rs6000/Makefile.in (install-mbx): Fixed install of mbx.specs
1593         file.
1595         * rs6000/Makefile.in: Support for MBX EPPCBug monitor.
1596         * rs6000/mbx-{exit,inbyte,outbyte,print}.c: New files for MBX.
1597         * rs6000/mbx.ld,mbx.specs: New files for MBX.
1599 Wed Apr  1 21:42:40 1998  Mark Alexander  <marka@cygnus.com>
1601         * sparc/elfsim.ld: New linker script for running ELF programs
1602         in erc32 simulator.
1603         * sparc/erc32-crt0.S: Disable copying of data segment.
1604         * sparc/erc32-stub.c: Generate correct public name for breakinst.
1605         * sparc/Makefile.in: Build erc32 library always.
1607 Thu Apr  2 11:24:32 1998  Andrew Cagney  <cagney@b1.cygnus.com>
1609         * mips/syscalls.c (sbrk): Check word size correct for
1610         get_mem_info.
1612 Fri Mar 27 08:55:52 1998  Mark Alexander  <marka@cygnus.com>
1614         * mips/crt0.S: Insert NOP before _start to keep GDB happy.
1615         * mips/dve.ld: Eliminate references to VR4300.
1617 Thu Mar 26 19:47:36 1998  Mark Alexander  <marka@cygnus.com>
1619         * mn10300/eval.ld: Don't use absolute path in SEARCH_DIR.
1620         * mn10300/sim.ld: Ditto.
1622 Wed Mar 25 10:49:49 1998  Bob Manson  <manson@charmed.cygnus.com>
1624         * sparc/cygmon-salib.c (__getProgramArgs): New function.
1626         * sparc/cygmon-crt0.S (init): Call __getProgramArgs.
1628         * configure.in: Added sparc64 configuration.
1630         * configure: Regenerated.
1632 Tue Mar 24 10:44:41 1998  Mark Alexander  <marka@cygnus.com>
1634         * mn10300/Makefile.in: Install libraries, not just linker scripts.
1636 Tue Mar 24 09:52:28 1998  Mark Alexander  <marka@cygnus.com>
1638         * config/mn10300.mt: New file
1639         * mn10300/configure.in: Use mn10300.mt as target makefile fragment
1640         instead of nothing at all.
1641         * mn10300/configure: Ditto.
1643 Tue Mar 24 16:59:06 1998  Stu Grossman  <grossman@bhuna.cygnus.co.uk>
1645         * doc/configure:  Regenerate with autoconf 2.12.1 to fix shell
1646         issues for NT native builds.
1648 Mon Mar 16 18:51:11 1998  Bob Manson  <manson@charmed.cygnus.com>
1650         * sparc/cygmon-crt0.S: Make start a global symbol (for the linker
1651         script; we also need to make SYM(start) global).
1653 Wed Mar 11 10:24:39 1998  Stan Cox  <scox@rtl.cygnus.com>
1655         * sparc/cygmon.ld.src (.debug*): Added dwarf sections.
1657 Fri Mar  6 23:41:54 1998  Bob Manson  <manson@charmed.cygnus.com>
1659         * sparc/cygmon.ld.src: Use TARGET_RAM_START.
1661         * sparc/Makefile.in (SLITE_RAM_START): Add.
1662         (SPARC_RAM_START): Add.
1663         (SPARC64_RAM_START): Add.
1664         (SLITE_ALL): Add cygmon object files and linker script.
1665         slite-install: Install CygMon libraries and linker script.
1667 Mon Mar  2 19:36:12 1998  Michael Meissner  <meissner@cygnus.com>
1669         * rs6000/ads.ld: Add default attributes to memory region.
1670         * a29k/{p3dgps,sa29200{,b}}.ld: Ditto.
1671         * hp74x/hppa.ld: Ditto.
1672         * m68k/{bcc,idp,mvme{135,162},sbc520{4,6}}.ld: Ditto.
1673         * pa/{op50n,w89k}.ld: Ditto.
1674         * sh/{sh1{l,2,3}cevb,sh3bb}.ld: Ditto.
1675         * sparc/{erc32,ex93{0,1,4}}.ld: Ditto.
1677 Fri Feb 27 17:15:35 1998  Mark Alexander  <marka@cygnus.com>
1679         * mn10300/configure.in (AC_INIT): Use crt0.S instead of crt0-eval.S.
1681 Fri Feb 27 17:39:23 1998  Jeffrey A Law  (law@cygnus.com)
1683         * configure.in: Use "mn10300" subdir for "mn10300-*-*".
1685 Mon Feb 23 20:29:42 1998  Mark Alexander  <marka@cygnus.com>
1687         * mn10300/Makefile.in (GENOBJS): Remove system calls no longer
1688         supported.
1689         * mn10300/trap.h: Use generic syscall.h.
1690         * mn10300/sys/syscall.h: Removed in favor of generic syscall.h.
1692 Mon Feb 23 16:19:17 1998  Gavin Koch  <gavin@cygnus.com>
1694         * mips/Makefile.in (cma101.o): Add rule to explicitly use -mno-mips16.
1695         * mips/cma101.c: Reverse my previous change.
1696         Add #ifdef __mips16 then #error.
1698 Mon Feb 23 11:29:33 1998  Mark Alexander  <marka@cygnus.com>
1700         * mn10300/Makefile.in: Add rules for building libeval.a.
1701         * mn10300/configure: Don't use default.mt.
1702         * mn10300/configure.in: Ditto.
1703         * mn10300/eval.ld: Replace with modified version of default script.
1705         * mn10300/_exit.c: New file for libeval.a.
1706         * mn10300/access.c: Ditto.
1707         * mn10300/chmod.c: Ditto.
1708         * mn10300/chown.c: Ditto.
1709         * mn10300/close.c: Ditto.
1710         * mn10300/creat.c: Ditto.
1711         * mn10300/crt0.S: Ditto.
1712         * mn10300/crt1.c: Ditto.
1713         * mn10300/execv.c: Ditto.
1714         * mn10300/execve.c: Ditto.
1715         * mn10300/fork.c: Ditto.
1716         * mn10300/fstat.c: Ditto.
1717         * mn10300/getpid.c: Ditto.
1718         * mn10300/gettime.c: Ditto.
1719         * mn10300/isatty.c: Ditto.
1720         * mn10300/kill.c: Ditto.
1721         * mn10300/lseek.c: Ditto.
1722         * mn10300/open.c: Ditto.
1723         * mn10300/pipe.c: Ditto.
1724         * mn10300/read.c: Ditto.
1725         * mn10300/sbrk.c: Ditto.
1726         * mn10300/sim.ld: Ditto.
1727         * mn10300/stat.c: Ditto.
1728         * mn10300/time.c: Ditto.
1729         * mn10300/times.c: Ditto.
1730         * mn10300/trap.S: Ditto.
1731         * mn10300/trap.h: Ditto.
1732         * mn10300/unlink.c: Ditto.
1733         * mn10300/utime.c: Ditto.
1734         * mn10300/wait.c: Ditto.
1735         * mn10300/write.c: Ditto.
1736         * mn10300/sys/syscall.h: Ditto.
1738 Fri Feb 20 17:19:22 1998  Gavin Koch  <gavin@cygnus.com>
1740         * mips/cma101.c: #ifdef out whole file if mips16.
1742 Thu Feb 19 13:05:58 1998  Bob Manson  <manson@charmed.cygnus.com>
1744         * i960/*: Revised.
1746 Wed Feb 18 12:00:20 1998  Jeff Johnston  <jjohnstn@cygnus.com>
1748         * m68k/crt0.S (start): Fixed code that clears .bss.  Code
1749         was using dbra instruction and did not account for the fact
1750         that the instruction branches until counter is -1, not 0.
1752 Tue Feb 17 18:21:52 1998  Mark Alexander  <marka@cygnus.com>
1754         * mn10300/Makefile.in: New file for MN10300 eval board support.
1755         * mn10300/configure: Ditto.
1756         * mn10300/configure.in: Ditto.
1757         * mn10300/crt0-eval.S: Ditto.
1758         * mn10300/eval.ld: Ditto.
1759         * mn10300/test.c: Ditto.
1761 Tue Feb 17 19:55:47 1998  Gavin Koch  <gavin@cygnus.com>
1763         * mips/vr4300.S (__previous): Fix comment type-o in
1764         previous change.
1766 Tue Feb 17 10:47:45 1998  Gavin Koch  <gavin@cygnus.com>
1768         * mips/vr4300.S (__previous,baseaddr,res_baseaddr):
1769         Figure the length of the exception handler at runtime
1770         rather than compile time.
1772 Tue Feb  3 14:07:51 1998  Ian Lance Taylor  <ian@cygnus.com>
1774         * configure.in: When running config-ml.in, put --enable-multilib
1775         before ac_configure_args, so that --disable-multilib can override
1776         it.
1777         * configure: Rebuild.
1779 Fri Jan  9 17:10:59 1998  Mark Alexander  <marka@cygnus.com>
1781         * mips/Makefile.in (LSIOBJS, DVEOBJS): Add part-specific objects.
1783 Mon Jan  5 17:01:45 1998  Mark Alexander  <marka@cygnus.com>
1785         * config/mips.mt: Add rules for read.o and write.o.
1786         * mips/dvemon.c: New file to support Densan DVE-R3900 board.
1787         * mips/dve.ld: New file to support Densan DVE-R3900 board.
1788         * mips/Makefile.in: Add rules for Densan support library libdve.a.
1789         * mips/configure.in: Build libdve.a for tx39 targets.
1790         * mips/configure: Ditto.
1792 Tue Dec 30 15:34:17 1997  Bob Manson  <manson@charmed.cygnus.com>
1794         * sparc/Makefile.in: Add define for TARGET_CPU_$(CPU).
1796         * sparc/cygmon-salib.c: If TARGET_CPU_SPARC64, include
1797         sys/types.h, and define _open_r, _close_r, etc.
1799 Sun Dec 28 17:15:50 1997  Bob Manson  <manson@charmed.cygnus.com>
1801         * sparc/cygmon-salib.c (_open_r, _close_r): New functions.
1802         (read, write): If the fd isn't 0, 1, or 2, return an error.
1804 Fri Dec 26 18:45:28 1997  Bob Manson  <manson@charmed.cygnus.com>
1806         * sparc/cygmon-salib.c (_sbrk_r, _fstat_r,_brk_r): Define.
1808         * sparc/cygmon-crt0.S: Zero out %fp so backtraces from gdb work
1809         properly.
1811         * sparc/configure.in: Set CYGMONLDSCRIPTTEMPL appropriately.
1813         * sparc/Makefile.in ($(objdir)/cygmon.ld): Use CYGMONLDSCRIPTTEMPL
1814         to determine what template file we use.
1816 1997-12-22  Felix Lee  <flee@cygnus.com>
1818         * rs6000/sim-errno.c (_cerror): need to return -1.
1819         * rs6000/sol-cfuncs.c (_cerror): likewise.
1821 Mon Dec 22 16:54:31 1997  Bob Manson  <manson@charmed.cygnus.com>
1823         * sparc/cygmon-crt0.S: Add stack bias code if TARGET_CPU_SPARC64 is
1824         defined. Allocate 128 bytes for a frame if sparc64.
1826         * sparc/cygmon.ld.src: New file, replaced cygmon.ld.
1828         * sparc/Makefile.in (SPARC_OBJ_FORMAT): Added.
1829         (SPARC64_ALL,SPARC64_INSTALL,SPARC64_OBJ_FORMAT): Added.
1830         ($(objdir)/cygmon.ld): Create from $(objdir)/cygmon.ld.src.
1832         * sparc/configure.in: Add sparc64 to CPU list.
1833         * sparc/configure: Regenerated.
1834         * configure: Regenerated.
1836 Sun Dec 21 18:19:27 1997  Bob Manson  <manson@charmed.cygnus.com>
1838         * configure.in: Added sparc64-elf configuration.
1840 Wed Dec 10 19:15:26 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1842         * mips/pmon.ld, mips/ddb.ld: Add handling of DWARF
1843         sections. Copied from mips/idt.ld.
1845 Wed Dec 10 12:31:04 1997  Mark Alexander  <marka@cygnus.com>
1847         * mips/configure: Add entry.o to LSI library.
1848         * mips/configure.in: Ditto.
1849         * mips/crt0.S: Declare init hooks as .text to avoid linker errors.
1850         * mips/pmon.S: Don't use 64-bit instructions on 32-bit EABI machines.
1851         * mips/entry.S: New file (MIPS16 entry/exit exception handler).
1853 Tue Dec  9 18:51:45 1997  Michael Meissner  <meissner@cygnus.com>
1855         * d30v/crt0.S (_start): Don't load r1 with 32 anymore.  Zero out
1856         the 3 bss areas.
1858 Fri Nov 28 22:34:14 1997  Bob Manson  <manson@charmed.cygnus.com>
1860         * sparc/cygmon-salib.c (open): New syscall.
1862         * sparc/cygmon.ld: Add gcc_except_table section.
1864         * sparc/cygmon-crt0.S: Call __install_signal_handler.
1865         Run ctors/dtors as appropriate.
1867         * sparc/cygmon-salib.c (gettimeofday): New syscall.
1868         (stime): Ditto.
1869         (add_mapping): Ditto.
1870         (remove_mapping): Ditto.
1871         (__install_signal_handler): Ditto.
1873 Wed Nov 26 15:25:11 1997  Michael Meissner  <meissner@cygnus.com>
1875         * rs6000/mcount.S: New file to in case no profiling module was
1876         defined.
1878         * rs6000/Makefile.in (OBJS): Add mcount.o
1879         (mcount.o): Depend on mcount.S.
1881 Mon Nov 24 23:25:07 1997  Bob Manson  <manson@charmed.cygnus.com>
1883         * sparc/cygmon.ld: Add linkonce sections.
1885 Mon Nov 24 18:42:55 1997  Michael Meissner  <meissner@cygnus.com>
1887         * d30v/syscalls.c (__syscall): Correct setting errno.
1889 Sun Nov 23 17:49:45 1997  Bob Manson  <manson@charmed.cygnus.com>
1891         * sparc/Makefile.in: Removed TARGET_CFLAGS.
1892         * sparc/configure.in: Ditto.
1893         * sparc/configure: Regenerated.
1895 Fri Nov 21 21:21:23 1997  Michael Meissner  <meissner@cygnus.com>
1897         * syscall.h: Remove d30v from comments.
1899         * d30v/syscalls.c: Use common syscall.h file, move setting errno
1900         into common function, rather than have each stub do it.
1902         * d30v/Makefile.in (syscalls.c): Use common syscall.h, not the old
1903         d30v specific version.
1904         (clean): Properly remove libraries.
1906         * d30v/sys/syscall.h: Delete.
1908 Wed Nov 19 16:13:00 1997  Doug Evans  <devans@seba.cygnus.com>
1910         * rs6000/Makefile.in (unlink.o): Add rule for.
1912         * syscall.h: New file.
1914 Tue Nov 18 17:22:18 1997  Doug Evans  <devans@seba.cygnus.com>
1916         * sparc/asm.h (CONCAT1): Use __USER_LABEL_PREFIX__.
1918         * sparc/Makefile.in: Reorganize file.
1920         * sparc/Makefile.in: Rename all occurences of SIM to ERC32.
1921         (all): Don't build erc32 support any more (never installed anyway).
1922         * sparc/erc32-io.c: Renamed from sim-io.c.
1923         * sparc/erc32-stub.c: Renamed from sim-stub.c.
1924         * sparc/erc32-crt0.S: Renamed from sim-crt0.S.
1925         * sparc/erc32.ld: Renamed from sim.ld.
1926         * sparc/configure.in (AC_INIT): Update.
1927         * sparc/configure: Regenerate.
1929 Tue Nov 18 13:54:46 1997  Michael Meissner  <meissner@cygnus.com>
1931         * d30v/syscalls.c: New file to provide system call stubs.
1932         * d30v/sys/syscall.h: New file to provide system call numbers.
1933         * d30v/sim-{exit,read,write}.S: Delete, no longer used.
1934         * d30v/Makefile.in: Remove old system stubs, and use the new ones
1935         in syscalls.c.
1937 Tue Nov 18 12:38:37 1997  Michael Meissner  <meissner@cygnus.com>
1939         * d30v/sys/syscall.h: Define for d30v system calls.
1941 Mon Nov 17 22:04:04 1997  Bob Manson  <manson@charmed.cygnus.com>
1943         * configure.in: Configure the sparc directory for the sparc-elf
1944         toolchain.
1945         * configure: Regenerated.
1947         * sparc/Makefile.in: For a generic sparc toolchain, build the cygmon
1948         crt0 and install the cygmon linker script.
1950         * sparc/asm.h (USER_LABEL_PREFIX): If it's already defined, don't
1951         redefine it.
1953         * sparc/configure.in: Add LIB_AC_PROG_CC. Add TARGET_CFLAGS
1954         subst variable.
1955         * sparc/configure: Regenerated.
1957         * sparc/cygmon.ld: New file.
1958         * sparc/cygmon-crt0.S: New file.
1959         * sparc/cygmon-salib.c: New file.
1961 Sun Nov 16 20:22:22 1997  Michael Meissner  <meissner@cygnus.com>
1963         * d30v/crt0.S (_start): Set up stack pointer to end of internal
1964         memory by default.
1966 Tue Nov 11 17:43:06 1997  Michael Meissner  <meissner@cygnus.com>
1968         * d30v/Makefile.in (OBJS): Use print.o, not print.c.  Add sbrk.o.
1970 Mon Nov 10 13:57:40 1997  Michael Meissner  <meissner@cygnus.com>
1972         * configure.in (d30v-*-*): Add configuration.
1973         * configure: Regenerate.
1975         * d30v/{crt0,sim-{read,write,exit}}.S: Correct typos.
1976         * d30v/Makefile.in: Ditto.
1978 Sat Nov  8 14:38:57 1997  Michael Meissner  <meissner@cygnus.com>
1980         * d30v/crt0.S: New file for d30v port.
1981         * d30v/configure{,.in}: Ditto.
1982         * d30v/Makefile.in: Ditto.
1983         * d30v/{in,out}byte.c: Ditto.
1984         * d30v/sim-{read,write,exit}.c: Ditto.
1986 Tue Sep 16 15:21:08 1997  Gavin Koch  <gavin@cygnus.com>
1988         * mips/Makefile.in (vr4300.o): Reinstate command, it's will
1989         be necessary until all hosts properly set BSP in configure.in.
1991 Mon Sep 15 16:20:29 1997  Bob Manson  <manson@charmed.cygnus.com>
1993         * m68k/*.ld: Add underscore versions of __CTOR_LIST__ and
1994         __DTOR_LIST__.
1996 Mon Sep 15 12:13:34 1997  Mark Alexander  <marka@cygnus.com>
1998         * mips/crt0.S: Declare external functions as .text to
1999         eliminate linker warnings.
2001 Tue Sep  9 23:35:04 1997  Gavin Koch  <gavin@cygnus.com>
2003         * mips/Makefile.in (SCRIPTS): Now is configurable.
2004         (BSP): Now is configurable.
2005         (vr4300.o): Remove unnecessary command.
2006         * mips/configure.in: Configure the newly configuable
2007         SCRIPTS and BSP.
2008         * mips/configure: Re-autoconf.
2011 Mon Sep  8 16:53:12 1997  Bob Manson  <manson@charmed.cygnus.com>
2013         * mips/Makefile.in (pmon.o): Added compile command that includes
2014         PART_SPECIFIC_DEFINES. Don't include cma101.o by default.
2016         * mips/configure.in (part_specific_defines): New variable
2017         used when building pmon.o.
2018         (part_specific_obj): Include cma101.o as well as vr4300.o,
2019         since it is board-specific in many ways (and relies on
2020         routines in vr4300.o).
2022 Mon Sep  8 14:42:44 1997  Gavin Koch  <gavin@cygnus.com>
2024         * mips/idt.ld: Add handling of DWARF sections.
2026 Sun Sep  7 16:43:05 1997  Gavin Koch  <gavin@cygnus.com>
2028         * mips/crt0.S, mips/idtmon.S, mips/vr4300.S: Handle mips16 builds.
2030 Thu Sep  4 19:35:12 1997  Andrew Cagney  <cagney@b1.cygnus.com>
2032         * v850/sys/syscall.h: Match with what is in newlib.
2034 Mon Sep  1 12:43:50 1997  Andrew Cagney  <cagney@b1.cygnus.com>
2036         * v850/sys/syscall.h: New file.
2038 Thu Aug 28 17:27:16 1997  Stan Shebs  <shebs@andros.cygnus.com>
2040         * rs6000/ads.ld: Define ram region.
2041         (__stack): Fix value.
2042         * rs6000/crt0.S: Clear the sbss area as well as bss.
2044 Tue Aug 26 16:22:36 1997  Ian Lance Taylor  <ian@cygnus.com>
2046         * m68k/bcc.ld: Don't use BLOCK for the section addresses.
2047         Instead, just force . to be aligned when necessary.
2048         * m68k/idp.ld, m68k/mvme135.ld, m68k/mvme162.ld: Likewise.
2049         * m68k/sbc5204.ld, m68k/sbc5206: Likewise.
2051 Fri Aug  8 14:20:16 1997  Michael Meissner  <meissner@cygnus.com>
2053         * rs6000/Makefile.in (install-{yellowknife,ads}): The linker
2054         scripts are in the source directory, not the object directory.
2056 Fri Aug  1 12:21:31 1997  Stan Shebs  <shebs@andros.cygnus.com>
2058         * rs6000/ads.ld: New file, linker script for 821/860 ADS board.
2059         * rs6000/yellowknife.ld: New file, linker script for embedded
2060         Yellowknife (CHRP/PPCP) box.
2061         * rs6000/Makefile.in: Add rules for ADS and Yellowknife bits,
2062         remove references to EVM, don't optimize the test program.
2063         * rs6000/crt0.S: Renamed from mvme-crt0.S, is generic.
2064         * rs6000/mvme-stack.S: Removed, unnecessary.
2066 Tue Jun  3 12:54:59 1997  Bob Manson  <manson@charmed.cygnus.com>
2068         * mips/crt0.S: Added GCRT0 #ifdef for profiling support.
2070         * mips/Makefile.in (SCRIPTS): Added idtecoff.
2071         (PCRT0): Added.
2073         * mips/idtecoff.ld: Added. Add crt0.o startup entry.
2075 Fri Apr 18 15:54:11 1997  Doug Evans  <dje@canuck.cygnus.com>
2077         * m32r/crt0.S: Remove references to .fillinsn.
2079 Mon Apr 14 16:34:27 1997  Ian Lance Taylor  <ian@cygnus.com>
2081         * testsuite/Makefile.in (INSTALL): Change install.sh to
2082         install-sh.
2084 Wed Apr  9 15:41:39 1997  Mike Meissner  <meissner@cygnus.com>
2086         * rs6000/configure.in (AC_PROG_CC): copied from configure.in.
2087         * rs6000/configure: Regenerate.
2090 Sat Mar 29 12:21:08 1997  Bob Manson  <manson@charmed.cygnus.com>
2092         * sparc/(ex930.ld,ex931.ld,ex934.ld}: Set __end as well
2093         as _end and end.
2095 Fri Mar 28 23:01:38 1997  Mark Alexander  <marka@cygnus.com>
2097         * mips/lsi.ld: Before setting _gp, use ALIGN(8) instead
2098         of ALIGN(16).  Remove ALIGN from _gp computation.
2100 Mon Mar 17 10:00:29 1997  Gavin Koch  <gavin@cygnus.com>
2102         * mips/idtmon.S: Added magic number for _flush_cache slot.
2104 Fri Mar 14 14:36:06 1997  J.T. Conklin  <jtc@beauty.cygnus.com>
2106         * m68k/Makefile.in (install): Fix typo.
2108         * m68k/crt0.S: Changed to use correct loop condition for coldfire.
2110 Wed Mar 12 16:00:51 1997  Stu Grossman  (grossman@critters.cygnus.com)
2112         * sparc/Makefile.in: Add rules for above.
2113         (701_OBJS): Add salib-701.o, sparclet-stub.o.
2114         [Brought over from Nov 5 change in sparclet branch.]
2116         * sparc/salib-701.c (flush_i_cache):  Implement cache flushing to fix
2117         intermittent problems with gdb stub and breakpoints.  Fixes pr 11755.
2119 Wed Mar 12 15:49:30 1997  J.T. Conklin  <jtc@cygnus.com>
2121         * m68k/sbc5204: Fix GROUP specifier.
2122         * m68k/sbc5206: Likewise.
2124 Tue Mar 11 13:43:49 1997  J.T. Conklin  <jtc@cygnus.com>
2126         * m68k/Makefile.in (all): Fix typo.
2128         * m68k/crt0.S: Use cmpl #0,aX instead of cmpw #0,aX as the latter
2129         is an invalid instruction on the coldfire.
2131 Fri Mar  7 19:42:50 1997  Mark Alexander  <marka@cygnus.com>
2133         * mips/lsi.ld: New file.
2134         * mips/lsipmon.S: New file.
2135         * Makefile.in: Add support for LSI variant of PMON (MiniRISC board).
2136         * pmon.S: Ditto.
2138 Fri Mar  7 10:29:11 1997  Ian Lance Taylor  <ian@cygnus.com>
2140         * mips/regs.S (pc): Define.
2142 Thu Mar  6 18:11:57 1997  Bob Manson  <manson@charmed.cygnus.com>
2144        * mips/pmon.S (INDIRECT): For a target that uses the 64-bit
2145         ABI, set up the stack for a 32-bit call before actually calling
2146         PMON.
2148         * mips/regs.S: K1BASE needs to be a 64-bit value on a machine
2149         with 64-bit pointers.
2151         * mips/syscalls.c (sbrk): Use size_t instead of unsigned int
2152         when comparing pointers.
2154 Wed Mar  5 15:44:04 1997  Doug Evans  <dje@seba.cygnus.com>
2156         * m32r/crtsysc.c (_sbrk): Change _end decl to __model__ (__medium__).
2157         * m32r/Makefile.in (m32r-stub.o): Use MULTISRCTOP to find m32r-stub.c.
2159 Tue Mar  4 07:01:44 1997  J.T. Conklin  <jtc@cygnus.com>
2161         * m68k/crt0.S: Use cmpw #0,aX instead of tstl aX, as the latter is
2162         an invalid addressing mode on the 68000 core.
2164 Mon Mar  3 16:38:19 1997  Jim Wilson  <wilson@cygnus.com>
2166         * mips/crt0.S: Subtract 24 instead of 8 when computing sp.
2168 Mon Mar  3 13:35:20 1997  Doug Evans  <dje@canuck.cygnus.com>
2170         * m32r/m32r-lib.c: New file.
2171         * m32r/{eva,eva-stub}.ld: New files.
2172         * m32r/Makefile.in: Build and install them.
2173         Also build and install m32r-stub.o.
2175 Tue Feb 25 11:59:20 1997  Gavin Koch  <gavin@cygnus.com>
2177         * mips/configure.in (LIB_AC_PROG_CC): copied from configure.in.
2178         * mips/configure.in (AC_PROG_CC): replaced by LIB_AC_PROG_CC
2179         can't do final link until libs in this directory are built.
2180         * mips/configure: regenerated.
2182 Tue Feb 25 00:31:27 1997  Ian Lance Taylor  <ian@cygnus.com>
2184         * mips/crt0.S: Call hardware_init_hook and software_init_hook via
2185         a register, to avoid relocation overflow if they are zero.
2187 Mon Feb 24 22:25:49 1997  Gavin Koch  <gavin@cygnus.com>
2189         * mips/Makefile.in (IDTOBJS,PMONOBJS): Part specific modules
2190         can now be configured by part_specific_obj.
2191         * mips/configure.in (part_specific_obj): added.
2192         * mips/configure: regenerate.
2194 Fri Feb 21 14:29:54 1997  Doug Evans  <dje@canuck.cygnus.com>
2196         * m32r/crtsysc.c (_sbrk): Declare _end with __attribute ((__sym32__)).
2198 Fri Feb 21 10:10:55 1997  Jim Wilson  <wilson@cygnus.com>
2200         * mips/ddb.ld: Align the location counter before setting _gp, and
2201         before setting edata.  Remove ALIGN from _gp computation.
2202         * mips/idt.ld, mips/pmon.ld: Before setting _gp, use ALIGN(8) instead
2203         of ALIGN(16).  Remove ALIGN from _gp computation.
2205 Thu Feb 20 17:30:41 1997  Ian Lance Taylor  <ian@cygnus.com>
2207         * mips/array.ld: Add mips16 sections.
2208         * mips/ddb.ld, mips/idt.ld, mips/pmon.ld: Likewise.
2210         * mips/crt0.S (zerobss): Use subu, not sub.
2212 Tue Feb 18 17:25:56 1997  Mark Alexander  <marka@cygnus.com>
2214         * mips/crt0.S: Add .ent lines for all code fragments, so
2215         that objdump --disassemble will display them correctly.
2217 Fri Feb 14 11:07:20 1997  J.T. Conklin  <jtc@cygnus.com>
2219         * m68k/mvme-stub.c: New file.  Common debugger stub used for mvme-
2220         based targets.  This should eventually be merged with or replaced
2221         by the m68k stub from gdb.
2222         * m68k/{mvme135-stub.c, mvme162lx-stub.c}: Removed.
2223         * m68k/Makefile.in: Updated for above change.
2225         * m68k/{mvme135-asm.S, mvme162lx-asm.S}: Removed all whitespace
2226         differences and changed to consistantly use the IMM macro for
2227         immediate constants.  It is now possible to compare these two
2228         files without having to filter out insignificant differences.
2230         * m68k/mvme135-stub.c (set_debug_traps): Renamed from
2231         init_debug_traps to match documentation and other sample debugger
2232         stubs.
2234         * m68k/sbc5204.ld: New file, linker script for Arnewsh SBC5204.
2236         * m68k/sbc5206.ld: New file, linker script for Arnewsh SBC5206.
2238         * m68k/Makefile.in (DBUG_OBJ, DBUG_BSP): New BSP for coldfire
2239         targets running the dbug monitor.
2241         * m68k/{dbug-exit.S,dbug-inbyte.S,dbug-outbyte.S}: New files.
2243 Thu Feb  6 13:31:06 1997  Bob Manson  <manson@charmed.cygnus.com>
2245         * m68k/crt0.S: Don't use SYM to refer to symbols defined
2246         in the linker script.
2248 Thu Jan 16 10:34:36 1997  Jim Wilson  <wilson@cygnus.com>
2250         * mips/{ddb.ld,idt.ld,pmon.ld}: Readd OUTPUT_FORMAT definition.
2252 Wed Jan  8 14:49:26 1997  Jim Wilson  <wilson@cygnus.com>
2254         * mips/crt0.S (_start): Don't try to use FPU registers if
2255         __mips_soft_float is defined.
2257 Fri Dec 27 15:41:08 1996  Bob Manson  <manson@charmed.cygnus.com>
2259         * sparc/Makefile.in (splet-install): Add tsc701.ld.
2261 Thu Dec 26 14:59:34 1996  Michael Snyder  <msnyder@cleaver.cygnus.com>
2263         * sparc/sparclet-stub.c: Add support for "P" protocol command.
2264           Add support for %cc coprocessor registers, %asr registers.
2265           Work-around broken SAVE instruction on sparclet.
2267 Tue Dec 24 22:15:53 1996  Angela Marie Thomas (angela@cygnus.com)
2269         * mips/pmon.S: add an INDIRECT for _flush_cache to be the
2270         same as mon_flush_cache.  This fixes failures in "make check"
2272 Mon Dec 23 18:08:05 1996  Jim Wilson  <wilson@cygnus.com>
2274         * mips/syscalls.c (__errno, _raise): Delete.
2276 Wed Dec 18 17:29:28 1996  Ian Lance Taylor  <ian@cygnus.com>
2278         * mips/idt.ld: Align the location counter before setting _gp, and
2279         before setting edata.
2280         * mips/pmon.ld: Likewise.
2282 Sat Dec 14 21:52:40 1996  Ian Lance Taylor  <ian@cygnus.com>
2284         * configure.in: Use a special version of AC_PROG_CC.  Autoconf
2285         2.12 introduced a check for whether the compiler works, and that
2286         check will fail for a cross compilers without a complete set of
2287         libraries.
2289 Fri Dec 13 10:40:14 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
2291         * sbrk.c: Set the heap pointer to the address of _end, not the
2292         value.
2294 Wed Dec 11 15:26:50 1996  Jim Wilson  <wilson@cygnus.com>
2296         * mips/{ddb.ld,idt.ld,pmon.ld}: Delete OUTPUT_FORMAT definition.
2298 Fri Dec  6 15:52:36 1996  Jim Wilson  <wilson@cygnus.com>
2300         * mips/crt0.S: Delete unreachable instruction after exit call.
2301         Move exit call before .end _start.
2303 Tue Nov 26 15:05:26 1996  Doug Evans  <dje@rtl.cygnus.com>
2305         * configure: Regenerate with autoconf 2.12.
2307 Mon Nov 11 15:12:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2309         * config/ppc.mh: New PowerPC eabi target specific config file.
2310         Always use -mrelocatable-lib -mno-eabi.
2312         * rs6000/configure.in (host_makefile_frag): Use config/ppc.mh.
2313         * rs6000/configure: Regenerate.
2315         * rs6000/{mvme,sim}-crt0.o (_start): Make initial stack frame 64
2316         bytes, not 56 so that it is aligned to a 16 byte boundary.
2318 Tue Nov  5 10:24:29 1996  Doug Evans  <dje@canuck.cygnus.com>
2320         * sparc/Makefile.in (crt0-701.o): Use default rule to build.
2321         * sparc/crt0-701.S: Second pass at little endian support.
2323 Tue Nov  5 10:08:40 1996  Dawn Perchik <dawn@critters.cygnus.com>
2325         * sparc/{salib-701.c,sparclet-stub.c,tsc701.ld}: New files.
2326         * sparc/Makefile.in: Add rules for above.
2327         (701_OBJS): Add salib-701.o, sparclet-stub.o.
2329 Fri Nov  1 21:50:12 1996  Angela Marie Thomas (angela@cygnus.com)
2331         * mips/ddb.ld: rename cairo.ld to ddb.ld
2332         * mips/Makefile.in: rename cairo to ddb
2334 Thu Oct 31 13:54:58 1996  Stan Shebs  <shebs@andros.cygnus.com>
2336         * sh/sh1lcevb.ld, sh/sh2lcevb.ld, sh/sh3lcevb.ld: New files,
2337         linker scripts for Hitachi eval boards.
2339 Thu Oct 31 12:39:53 1996  Doug Evans  <dje@seba.cygnus.com>
2341         * m32r/crt0.S: Set up fp.  Speed up zeroing of bss.
2343 Sun Oct 27 20:34:27 1996  Mark Alexander  <marka@cygnus.com>
2345         * mips/crt0.S: Initialize gp register correctly.
2347 Tue Oct 22 12:02:19 1996  Doug Evans  <dje@canuck.cygnus.com>
2349         * m32r/sys/syscall.h: New file.
2350         * m32r/crt0.S: Rewrite.
2351         * m32r/crtsysc.c (__trap): Adjust literal and comment syntax.
2353 Thu Oct 17 13:47:54 1996  Doug Evans  <dje@canuck.cygnus.com>
2355         * m32r/syscalls.c: Deleted, renamed to
2356         * m32r/crtsysc.c: this.
2357         * m32r/Makefile.in: Updated.
2359 Mon Sep 30 11:42:08 1996  Doug Evans  <dje@canuck.cygnus.com>
2361         * m32r/{Makefile.in,configure.in,configure}: New files.
2362         * m32r/{crt0.S,syscalls.c,trap.S}: New files.
2363         * configure.in: Recognize m32r-*-*.
2364         * configure: Regenerated.
2366 Thu Sep 26 10:59:25 1996  James G. Smith  <jsmith@cygnus.co.uk>
2368         * mips/crt0.S (_exit): Update terminating break instruction to use
2369         an explicit high value.
2371 Mon Sep 23 19:02:32 1996  Stan Shebs  <shebs@andros.cygnus.com>
2373         * sh: New directory, Hitachi SH libgloss support.
2374         * sh/sh3bb.ld: New file, SH3 big box linker script.
2376 Thu Sep 19 12:02:23 1996  Ian Lance Taylor  <ian@cygnus.com>
2378         * mips/crt0.S (zerobss): Use bltu in zerobss loop, not bne, in
2379         case the end symbol is not aligned.
2381 Sun Sep 15 12:23:47 1996  James G. Smith  <jsmith@cygnus.co.uk>
2383         * mips/vr4300.S (__cpu_flush): Fix lui constant.
2384         * mips/crt0.S (init): Fix passing of arg0 through exit() and
2385         _exit().
2386         * mips/syscalls.c (__errno): Return address of errno, rather than
2387         NULL.
2389 Wed Sep 11 10:45:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
2391         * m68k/bcc.ls, m68k/idp.ld, m68k/mvme135.ld, m68k/mvme162.ld:
2392         Merge .init and .fini sections into .text to fix a.out.
2394 Sun Sep  8 09:50:08 1996  Stu Grossman  (grossman@critters.cygnus.com)
2396         * m68k/bcc.ls, m68k/idp.ld, m68k/mvme135.ld, m68k/mvme162.ld:
2397         Many fixes for problems discovered during testing.  Make stack end
2398         at end of ram.  Force __CTOR_LIST__ and __DTOR_LIST__ to be
2399         longword aligned.  Move .shdata out of .text section.  Put .rodata
2400         and .gcc_except_table into .text section.  Get rid of .shbss
2401         section, load it into .bss.  Remove bogus start address
2402         calculation for .bss.  Force all sections to be longword aligned.
2403         Create .init and .fini sections (including function prologues and
2404         epilogues) for ELF support.
2405         * cpu32bug.S cpu32bug.h:  Move defs for cpu32bug monitor into
2406         cpu32bug.h.  Make sure that cpu32bug function codes aren't global.
2407         Remove creation of vbr_table.  Fix function prologue in _exit.
2408         Use fp instead of a6.  Add .text pseudo-op to the beginning of
2409         each function.
2410         * crt0.S:  Remove global symbols zeroboss, init and launch.  Make
2411         main, exit, hardware_init_hook, software_init_hook, atexit and
2412         __do_global_dtors extern, not global.  Fix logic error when
2413         initializing stack pointer.  It now loads sp if __stack is non-
2414         zero.  Reverse order of software and hardware init hooks.
2415         Hardware now comes first.  Add call to __INIT_SECTION__, and
2416         register __FINI_SECTION__ with atexit.  This is needed to make ELF
2417         static constructors and destructors work right.
2419 Tue Sep  3 11:55:01 1996  Ian Lance Taylor  <ian@cygnus.com>
2421         * m68k/bcc.ld: Set address of .stab and .stabstr to 0, not `.'.
2422         * m68k/idp.ld, m68k/mvme135.ld, m68k/mvme162.ld: Likewise.
2423         * hp74x/hppa.c, rs6000/evm.ld, sparc/ex930.ld: Likewise.
2424         * sparc/ex931.ld, sparc/ex934.ld, sparc/sim.ld: Likewise.
2426 Fri Aug 30 15:57:37 1996  James G. Smith  <jsmith@cygnus.co.uk>
2428         * mips/Makefile.in (SCRIPTS): Add cairo.
2429         (vr4300.o:): Force build with target CFLAGS to ensure correct
2430         multilib endianness. The -Tcairo.ld target uses libpmon.a aswell
2431         as the -Tpmon.ld target.
2432         * mips/{idt.ld,pmon.ld}: Remove explicit crt0.o include.
2433         * mips/cairo.ld: Added.
2434         * mips/crt0.S: Restore atexit() call. Fix startup stack
2435         initialisation.
2436         * mips/pmon.S: Fix monitor indirection to be 64bit clean.
2437         * mips/vr4300.s: Added simple bus error handler to cope with
2438         sizing memory that doesn't ghost, but does abort.
2439         * mips/cma101.c: Improve the memory sizer.
2440         * mips/regs.S: Add definitions for SR_KX, SR_SX and SR_UX.
2442 Thu Aug 29 17:07:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2444         * a29k/configure.in (i[345]86-*-*): Recognize i686 for pentium
2445         pro.
2446         * testsuite/libgloss.all/configure.in (i[345]86-*-*): Ditto.
2447         * a29k/configure: Regenerate.
2449 Thu Aug 22 10:31:38 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2451         * rs6000/Makefile.in (install{,-linux,-solaris}): Add install of
2452         Linux, Solaris libraries if built.
2454 Fri Aug 16 10:12:48 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
2456         * m68k/Makefile.in: Add -nostdlib to the test targets.
2457         * m68k/{idp,bcc,mvme135,mvme162}.ld: Move the CTORS and DTORS from
2458         .data to .text where they really belong.
2459         * m68k/crt0.S(launch): Don't put __do_global_dtors into atexit,
2460         GCC is supposed to do this in __main.
2462 Mon Aug  5 15:04:34 1996  Doug Evans  <dje@canuck.cygnus.com>
2464         * sparc/libsys/isatty.c: New file.
2466 Sun Aug  4 22:32:14 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
2468         * pa/Makefile.in: Build the test case as seperate targets.
2469         * pa/{w89k,op50n}.ld: Use GROUP rather than INPUT to get all the
2470         libraries.
2472 Fri Aug  2 18:25:07 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
2474         * m68k/Makefile.in: Install common crt0.o, remove old references
2475         to per-bsp crt0's.
2477 Tue Jul 30 21:48:05 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
2479         * sparc/Makefile.in: Built crt0.S, not crto.s.
2480         * sparc/crt0.S: Don't use REGS macro, use % always.
2481         * sparc/salib.c: Add a prototype for putDebugChar.
2483 Tue Jul 23 15:12:42 1996  Doug Evans  <dje@canuck.cygnus.com>
2485         * sparc/{sysc-701.c,crt0-701.S}: New files.
2486         * sparc/Makefile.in (all): Build them.
2487         ($(701_BSP),crt0-701.o): New targets.
2488         ($(CRT0),$(SIM_CRT0),dtor.o): Don't use $<, for sunos make.
2489         (all): Depend on $($(CPU)_ALL).
2490         (install): Use $(INSTALL_DATA), not $(INSTALL_PROGRAM).
2491         Depend on $($(CPU)_INSTALL).
2492         * sparc/configure.in (libgloss_topdir): Delete unnecessary $(srcdir).
2493         (AC_CONFIG_AUX_DIR): Call.
2494         (CPU): Define.
2495         * sparc/configure: Regenerated.
2497 Mon Jul 22 14:32:39 1996  Doug Evans  <dje@canuck.cygnus.com>
2499         * config/{default.mt,mips.mt}: Don't use $<, for sunos make.
2501 Mon Jul 22 15:54:02 1996  Ian Lance Taylor  <ian@cygnus.com>
2503         * m68k/crt0.S (zerobss): Don't use dbra if __mcf5200__.
2505 Sun Jul 14 16:47:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2507         * lseek.c (lseek): Don't use SET_ERRNO.
2508         * open.c (open): Ditto.
2510 Wed Jul  3 18:19:10 1996  Stu Grossman  (grossman@critters.cygnus.com)
2512         * sparc/Makefile.in:  Install ex930/931/934.ld files.
2513         * sparc/configure, sparc/configure.in:  Use AC_CANONICAL_SYSTEM to
2514         define target_alias to make install work from this directory.
2516 Wed Jul  3 18:04:49 1996  Ian Lance Taylor  <ian@cygnus.com>
2518         * Makefile.in: Make sure we always have an argument to for.  Make
2519         sure rootpre and srcrootpre are always set before using
2520         FLAGS_TO_PASS.
2522 Tue Jul  2 18:04:31 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
2524         * glue.h (SET_ERRNO): Removed.
2525         * sbrk.c, stat.c, unlink.c: Don't use SET_ERRNO.
2527 Mon Jul  1 14:24:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2529         * rs6000/Makefile.in: Add $(srcdir)/.. dependencies for all files
2530         in the toplevel.
2532 Sat Jun 29 23:26:39 1996  James G. Smith  <jsmith@cygnus.co.uk>
2534         * mips/cma101.c (DOSYNC): Explicitly select -mips2 for the
2535         assembly of the "sync" instruction.
2536         * mips/Makefile.in: Removed special cma101.o build. Seperate
2537         install.sh invocations for the BSP libraries.
2539 Sat Jun 29 08:17:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2541         * doc/porting.texi (GNU remote protocol): Fix bad texinfo.
2543 Fri Jun 28 23:16:37 1996  Rob Savoye  <rob@chinadoll>
2545         * sparc/traps.S: Don't use REGS macro, use % always.
2546         * sparc/Makefile.in: Add -nostdlib when building the test cases,
2547         as gcc keeps thinks it wants two crt0.o.
2548         * sparc/asm.h: Don't define the REGS macro, we'll use explicit
2549         register prefixes. Always define USER_LABEL_PREFIX cause gcc is
2550         broken, and I doubt it'll get fixed.
2552 Sat Jun 29 05:05:15 1996  James G. Smith  <jsmith@cygnus.co.uk>
2554         * mips/crt0.S (zerobss): Fix the stack-pointer calculation.
2556 Thu Jun 27 17:23:33 1996  Ian Lance Taylor  <ian@cygnus.com>
2558         * mips/Makefile.in (vr4300.o): Pass -mips3 after $(ASFLAGS).
2559         (cma101.o): Pass -mips2 after $(CFLAGS).
2561 Tue Jun 25 22:48:15 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
2563         * Makefile.in (bindir, libdir): Use autoconf-set values.
2564         * configure: Rebuilt.
2566         * doc/Makefile.in (mandir, infodir): Use autoconf-set values.
2567         * doc/configure.in (AC_PREREQ): autoconf 2.5 or higher.
2568         * doc/configure: Rebuilt.
2570         * {a29k,hp74x,i960,m68k,mips,pa,rs6000,sparc,sparc/libsys}/Makefile.in
2571         (bindir, libdir): Use autoconf-set values.
2572         * {a29k,hp74x,i960,m68k,mips,pa,rs6000,sparc,sparc/libsys}/configure.in
2573         (AC_PREREQ): autoconf 2.5 or higher.
2574         * {a29k,hp74x,i960,m68k,mips,pa,rs6000,sparc,sparc/libsys}/configure:
2575         Rebuilt.
2577 Mon Jun 24 22:01:11 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
2579         * sparc/crt0.S: Set the stack to the upper part of memory. Execute
2580         hardware_init_hook and software_init_hook if they exist with a
2581         legit address. Drop into exit after main. Zero the bss section.
2582         * sparc/ex930.ld:  PROVIDE hardware_init_hook and
2583         software_init_hook.
2585 Mon Jun 24 19:44:45 1996  Ian Lance Taylor  <ian@cygnus.com>
2587         * mips/Makefile.in (cma101.o): Use -mips2 option when compiling.
2589 Wed Jun 19 13:57:36 1996  Rob Savoye  <rob@darkstar.cygnus.com>
2591         * debug.[ch]: New files for GDB stub support.
2592         * config/default.mt: Add rules for debug.o.
2593         * config/default.mh: Add rule for building C++ source. Add $srcdir
2594         to INCLUDES so shared header files can be found.
2596         * sparc/salib.c(exceptionHandler): Range check the vector number
2597         so we get a legit %tbr value. Add wrappers so inbyte and outbyte
2598         work.
2599         * sparc/crt0.s: Handle cpus that don't have FP support.
2600         * sparc/Makefile.in: Add multilib support. Add variable for
2601         objcopy and objdump. Build the BSPs as archive libraries, not
2602         object files. Add support for the SIS sparc simulator. Build the
2603         test case srecords and dissasembly as seperate makefile
2604         targets. Also optionally build the C++ test case. Use a target
2605         makefile fragment.
2606         * sparc/configure.in: Add multilib support.
2607         * sparc/configure: Regenerated.
2608         * sparc/asm.h: Macros to deal with aout and coff formats portably.
2609         * sparc/slite.h: Sparclite specific stuff.
2610         * sparc/{sim-crt0.S,sim-stub.c,sim-io.c,sim.ld}: New support for
2611         the SIS sparc simulator.
2612         * sparc/traps.S: Generic trap handlers for SIS and ex93x targets.
2613         * sparc/tests.c: Test case for linking and GDB protocol.
2615 Tue Jun 18 20:06:16 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
2617         * pa/Makefile.in: Build the test case srecords and dissasembly
2618         as seperate makefile targets. Also optionally build the C++ test
2619         case.
2620         * pa/crt0.S: If __stack and __globals have a legit address, use
2621         that for %sp and %gp. Execute hardware_init_hook and
2622         software_init_hook if they exist with a legit address. Add
2623         __do_global_dtors() to the atexit array.
2624         * pa/{w89k,op50n}.ld: Use GROUP rather than INPUT to get the
2625         libraries. Allocate the stack and global spaces from the top of
2626         memory. PROVIDE hardware_init_hook and software_init_hook.
2628         * m68k/Makefile.in: Build the test case srecords and dissasembly
2629         as seperate makefile targets. Also optionally build the C++ test
2630         case.
2631         * m68k/asm.h: Don't define __USER_LABEL_PREFIX__ and
2632         __REGISTER_PREFIX__ ourselves since suprisingly gcc sets them
2633         correctly for a change.
2634         * m68k/{bcc,mvme135,mvme162,idp}.ld: Use the same crt0 rather than
2635         building seperate ones. PROVIDE hardware_init_hook and
2636         software_init_hook. Stick the Constructors and Destructors in
2637         .data cause they don't work in .text (which is where they should
2638         really be).
2639         * m68k/cpu32bug: Add a few more traps to support the older ABug
2640         monitor.
2641         * m68k/crt0.S: If __stack is isn't set, set the stack to the top
2642         of memory. Excecute hardware_init_hook and software_init_hook if
2643         they exist with a legit address. Add __do_global_dtors() to the
2644         atexit array.
2646         * rs6000/Makefile.in: Use the linker script to build the test
2647         case. Also build a C++ test case.
2648         * rs6000/dtor.C: Test contructors and destructors.
2649         * rs6000/{sim,mvme}.ld: New linkers scripts for the simulator and
2650         the mvme board.
2651         * rs6000/evm.ld: Provide hardware_init_hook and software_init_hook
2652         so we can test for them in the crt0.S.
2653         * rs6000/crto.S: Excecute hardware_init_hook and
2654         software_init_hook if they exist with a legit address.
2656 Mon Jun 17 18:39:17 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
2658         * mips/Makefile.in: Replace the "test" target with seperate
2659         targets for the dissasembled file, and the srecord.
2660         * mips/configure.in: Use a target makefile fragment.
2661         * mips/configure: Regenerate.
2662         * mips/idt.ld: Add a comment on producing srecords. Setup a space
2663         for the stack. PROVIDE hardware_init_hook and software_init_hook.
2664         * mips/crt0.S: Make a small stack. Run memsize() using the temp
2665         stack, and then set the stack to the top of memory. Also grab some
2666         space for the globals. Add __do_global_dtors() to the atexit
2667         array. Call _exit from newlib so the atexit array gets run, then
2668         exits.
2670 Thu Jun 13 15:44:46 1996  Ian Lance Taylor  <ian@cygnus.com>
2672         * mips/Makefile.in (vr4300.o): Use -mips3 option when assembling.
2674 Sat Jun  1 16:27:53 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
2676         * rs6000/simulator.S (open, close, lseek): Add system calls.
2677         * rs6000/Makefile.in (OBJS): Don't put open.o, close.o, lseek.o
2678         here.
2679         (SIM_OBJS): Put them here instead.
2681 Tue Apr 30 20:01:08 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
2683         * m68k/crt0.S: Don't allocate __stack in the .bss section.
2684         * m68k/{idp,mvme135,mvme162,bcc}.ld: Set __stack to a word below
2685         the top of memory. Use "-l" in GROUP rather than the full name so
2686         it'll get found using the path lookup in LD. Also link in libgcc
2687         too. Don't set __lstack anymore.
2688         * m68k/Makefile.in: Build test as a series of Makefile targets,
2689         rather than as a big loop.
2691 Thu Apr 25 08:38:15 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2693         * rs6000/mvme-stack.S: New file, define __stack.
2694         * rs6000/mvme-crt0.S (_start): If __stack is not 0, use that for
2695         the stack address.
2697 Thu Apr 25 06:42:02 1996  Rob Savoye <rob@chinadoll.cygnus.com>
2699         * rs6000/Makefile.in: Add support for multilib.
2700         * rs6000/configure.in: Ditto.
2701         * rs6000/configure: Regenerate.
2703 Wed Apr 24 11:02:33 1996  Doug Evans  <dje@blues.cygnus.com>
2705         * sparc/libsys/Makefile.in (isatty.o): Add rule for SunOS VPATH.
2707 Fri Apr 19 13:23:31 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
2709         * {mips,a29k,pa}/configure.in: Add support for multilibs
2710         by using config-ml.in.
2711         * {mips,a29k,pa}/configure: Regenerate.
2712         * {mips,a29k,pa}/Makefile.in: Build archive libraries,
2713         not objects for the BSPs.
2715 Fri Apr 19 12:33:25 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2717         * rs6000/sol-crt0.c: Delete, file moved into gcc directory.
2719 Mon Apr 15 14:09:26 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2721         * rs6000/simulator.S: Call _cerror to save errno if an error
2722         occurred.
2723         * rs6000/sim-errno.c (_cerrno): New function to set errno.
2725 Thu Apr 11 14:19:01 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2727         * rs6000/sol-{crt0.c,syscall.S,cfuncs.c}: New files to support
2728         libgloss on PowerPC Solaris.
2730         * rs6000/Makefile.in: Add Solaris support.
2732 Tue Apr 16 17:43:06 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
2734         * Makefile.in: Don't do anything if SUBDIRS is empty.
2736 Mon Apr 15 15:37:52 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
2738         * configure.in, m68k/configure.in: Add support for multilibs by
2739         using config-ml.in.
2740         * m68k/crt0.S: If a value for __stack hasn't been specified,
2741         initialize %sp to some memory in .bss.
2742         * m68k/Makefile.in: Build archive libraries, not objects for the
2743         BSPs. Build multiple copies of the crt0.o, one for each target. Add
2744         support to build multilibs.
2745         * idp.ld, bcc.ld, mvme135.ld, mvme162.ld: Use GROUP to look for
2746         libc.a and the BSP rather than INPUT an object. Get the right
2747         crt0.o.
2749 Tue Apr  9 23:31:53 1996  Ian Lance Taylor  <ian@cygnus.com>
2751         * m68k/cpu32bug.S (getDebugChar): Use extw/extl rather than
2752         extbl, so it can be used on a 68000.
2754 Wed Mar 27 17:18:01 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2756         * rs6000/{mvme-exit,simulator}.S (_exit): Loop on a trap
2757         instruction following the _exit system call.  This also makes sure
2758         that the debugger reports the address as being in _exit, rather
2759         than whatever function follows _exit.
2761 Fri Mar 15 12:30:02 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
2763         * i960/{Makefile.in,asm.h,configure,configure.in,mon-read.c,
2764         mon-syscalls.S,mon-write.c}: Initial support for MON960.
2765         * configure.in: Add support for i960.
2766         * configure: Rebuild with autoconf 2.8.
2768 Fri Mar  8 18:12:52 1996  Ian Lance Taylor  <ian@cygnus.com>
2770         * a29k/configure.in: Call AC_CONFIG_AUX_DIR.
2771         * a29k/configure: Rebuild with autoconf 2.7.
2772         * m68k/configure.in: Call AC_CONFIG_AUX_DIR before
2773         AC_CANONICAL_SYSTEM.
2774         * mips/configure.in, pa/configure.in: Likewise.
2775         * rs6000/configure.in: Likewise.
2776         * m68k/configure, mips/configure, pa/configure: Rebuild.
2777         * rs6000/configure: Rebuild.
2779 Fri Mar  8 08:11:14 1996  Doug Evans  <dje@charmed.cygnus.com>
2781         * sparc/libsys/sbrk.S (curbrk): Moved from here,
2782         * sparc/libsys/cerror.S (curbrk): To here.
2784 Thu Mar  7 11:39:09 1996  James G. Smith  <jsmith@cygnus.co.uk>
2786         * mips/crt0.S (bssloop): Updated comment to reflect the source.
2788 Wed Mar  6 18:12:25 1996  Doug Evans  <dje@charmed.cygnus.com>
2790         * configure.in (sparclet-*-aout*): Add entry.
2791         * configure: Regenerated.
2792         * sparc/libsys/{Makefile.in,configure.in,configure,isatty.c,
2793         libsys-crt0.S,sbrk.S,syscall.h,syscallasm.h,template.S,template_r.S}:
2794         New files.
2796 Fri Feb 23 22:21:07 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
2798         * a29k: New dir for a29k-coff support for the AMSAT Phase-3D
2799         satellite. (doesn't use udi)
2800         * a29k/{29200-io.c,Makefile.in,configure,configure.in,README,crt0.s,
2801         p3dgps.ld,sa29200.ld,sa29200b.ld,test.c: New files for a29k
2802         support.
2803         * a29k/sys/{cpudef.h,intrinsi.h,macros.h,romdcl.h,sysmac.h,
2804         fpsymbol.h,libconfig.h,proreg.h,smartmac.h}: New files for a29k
2805         support.
2806         * configure.in: Add support for a29k.
2807         * configure: Rebuild.
2809 Thu Feb 22 13:32:28 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2811         * rs6000/mvme-read.c (read): New file, if large read, do a .INLN
2812         system call, instead of sucessive .INCHR system calls.  Map \r on
2813         input to \n.
2815         * rs6000/mvme-inbyte.S: Add stub for new input system calls.
2817         * rs6000/Makefile.in (MVME_OBJS): Add mvme-read.o, delete read.o
2819 Wed Feb 21 16:45:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2821         * rs6000/mvme-print.c: New file, map write into sequences of
2822         .OUTLN/.OUTCHR/.PCRLF rather than just using .OUTCHR.
2824         * rs6000/mvme-outbyte.S: Add stubs for new output system calls.
2826         * rs6000/Makefile.in (MVME_OBJS): Add mvme-print.o, delete print.o
2827         and write.o.
2829 Thu Feb 15 11:37:02 1996  James G. Smith  <jsmith@cygnus.co.uk>
2831         * mips/{mipsidt,mipspmon}.ld: Added OUTPUT_ARCH definition.
2832         * mips/cma101.c (time): Added time() function.
2834 Tue Feb 13 10:36:07 1996  James G. Smith  <jsmith@cygnus.co.uk>
2836         * mips/vr4300.S (__cpu_flush): Fix loop counter.
2838 Tue Jan 30 15:41:19 1996  James G. Smith  <jsmith@cygnus.co.uk>
2840         * mips/syscalls.c: Used include file, rather than local manifest
2841         definitions.
2842         * mips/crt0.S: Removed IDT monitor entry points.
2843         * mips/Makefile.in: Construct mipsidt and mipspmon BSP files.
2844         * mips/{cma101.c,idtmon.S,pmon.S,regs.S,vr4300.S}: Added.
2845         * mips/{mipspmon.ld}: Added.
2847 Sun Jan 28 08:01:31 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2849         * rs6000/configure.in (AC_INIT): Use sim-crt0.S, not crt0.s.
2850         * rs6000/configure: Regenerate.
2852 Wed Jan 24 14:26:01 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2854         * rs6000/{mvme,sim}-crt0.S (__atexit): Put the __atexit variable
2855         in the .sdata section, and provide a fixup for the address, in
2856         order to support the new -msdata compiler flag.
2858 Thu Jan 11 11:24:25 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2860         * rs6000/{mvme,sim}-crt0.S (__atexit): Provide address of atexit,
2861         so eabi-ctors in libgcc.a can know to register the function to
2862         call all of the destructors.
2864 Sat Dec 30 14:31:37 1995  Doug Evans  <dje@canuck.cygnus.com>
2866         * configure.in (AC_CONFIG_AUX_DIR): Adjust to new build tree layout.
2867         * {doc,hp74x,m68k,mips,pa,rs6000,sparc}/configure.in
2868         (AC_CONFIG_AUX_DIR): Define
2869         * {,doc,hp74x,m68k,mips,pa,rs6000,sparc}/configure: Regenerated.
2871 Mon Dec 11 12:20:24 1995  Ian Lance Taylor  <ian@cygnus.com>
2873         * Makefile.in (FLAGS_TO_PASS): Add INSTALL, INSTALL_PROGRAM,
2874         and INSTALL_DATA.
2876 Fri Dec  1 16:54:15 1995  James G. Smith  <jsmith@cygnus.co.uk>
2878         * mips/syscalls.c (sbrk): Fixed memory addressing. System call
2879         returns size, not (last address + 1).
2881 Thu Nov 16 13:47:57 1995  Ian Lance Taylor  <ian@cygnus.com>
2883         * config/default.mh: Don't define CC_FOR_TARGET, AS_FOR_TARGET,
2884         AR_FOR_TARGET, LD_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET,
2885         OBJDUMP_FOR_TARGET, or OBJCOPY_FOR_TARGET.  Change the build rules
2886         to use CC, etc., instead of CC_FOR_TARGET, etc.
2887         * configure.in, */configure.in: Get values for CC, AS, AR, LD, and
2888         RANLIB.  Always use default.mh.
2889         * Makefile.in (FLAGS_TO_PASS): Pass down LD.
2890         * Makefile.in, */Makefile.in: Let CC, AS, AR, LD, and RANLIB by
2891         substituted by the autoconf configure script.  Use them instead of
2892         the *_FOR_TARGET variants.
2893         * hp74x/configure.in: Don't call AC_CANONICAL_SYSTEM.
2894         * m68k/configure.in: Call AC_ARG_PROGRAM.
2895         * mips/configure.in, pa/configure.in: Likewise.
2896         * rs6000/configure.in: Likewise.
2897         * m68k/Makefile.in: Set program_transform_name, OBJDUMP, and
2898         OBJCOPY.
2899         * mips/Makefile.in, pa/Makefile.in, rs6000/Makefile.in: Likewise.
2900         * mips/Makefile.in: Split new test target from all target.
2901         * configure, */configure: Rebuild.
2903 Tue Nov 14 12:04:36 1995  Angela Marie Thomas (angela@cygnus.com)
2905         * Makefile.in: Added prefix, exec-prefix and tooldir to
2906         FLAGS_TO_PASS so vaulting works correctly.
2908 Tue Nov 14 18:32:41 1995  James G. Smith  <jsmith@cygnus.co.uk>
2910         * mips/mipsidt.ld: Added.
2911         * mips/syscalls.c: Added.
2912         * mips/crt0.S: Added FPU presence check, and entry points into IDT
2913         monitor.
2914         * mips/Makefile.in (all): Updated to build generic IDT monitor
2915         crt0.o file.
2916         * mips/test.c (main): Removed unnecessary prototypes.
2917         * configure.in (configdirs): Removed mips64vr4300 target.
2918         * configure: Re-generated.
2919         * config/default.mh (OBJDUMP_FOR_TARGET): Added missing parent
2920         directory path element.
2921         * mipsidt: Directory removed.
2923 Fri Nov 10 12:50:03 1995  Ian Lance Taylor  <ian@cygnus.com>
2925         * configure.in, */configure.in: Don't call AC_ARG_PROGRAM.
2926         * configure, */configure: Rebuild.
2927         * Makefile.in, */Makefile.in: Don't set program_transform_name.
2929 Wed Nov  8 16:19:31 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
2931         * configure.in (configdirs): Add mips*vr4300*-*-* target.
2933         * configure: Re-generated.
2935         * mipsidt/crt0.S: Check for FPU presence.
2937         * mipsidt/mipsidt.ld: Removed explicit crt0.o from link.
2939         * mipsidt/Makefile.in: Explicitly link against crt0.o file.
2941 Thu Nov  2 23:27:28 1995  Rob Savoye  <rob@chinadoll.cygnus.com>
2943         * config/default.mh: Add additional "../" to path used to find
2944         comp-tools binaries in an object tree.
2946 Mon Oct 30 18:10:47 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
2948         * rs6000/mvme-crt0.S (_start): Zero out bss before the the program
2949         starts.
2951 Tue Oct 24 10:07:50 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
2953         * rs6000/mvme-{exit,outbyte,inbyte}.S: Use hex for the system
2954         calls, not decimal, since formatting the disk when you intend to
2955         write out a character is not nice.
2957 Mon Oct 23 22:17:12 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
2959         * rs6000/mvme-crt0.S (_start): Bump sp by -4 before storing end of
2960         stack chain to avoid last word indebugger's memory.
2962         * rs6000/mvme-{exit,inbyte,outbyte}.S: System call number goes in
2963         r10, not r0.
2965 Mon Oct 23 17:57:23 1995  James G. Smith  <jsmith@jaalfrezi.cygnus.co.uk>
2967         * mipsidt/Makefile.in: Removed the LDFLAGS_FOR_TARGET in the test
2968         program link.
2970         * mipsidt/crt0.S: Changed monitor entry sequence.
2972         * mipsidt/syscalls.c: Added local sbrk() function, derived from
2973         (libgloss/sbrk.c), but using the monitor routine to ascertain the
2974         amount of memory available.
2976 Mon Oct 23 11:58:04 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
2978         * mipsidt: Added (directory). This is a simple crt0 module for the
2979         IDT MIPS monitor. The existing "libgloss/mips" directory is for a
2980         specific R3000 board, so it was safer creating a new target
2981         directory.
2982         * mipsidt/Makefile.in: Added.
2983         * mipsidt/configure: Added.
2984         * mipsidt/configure.in: Added.
2985         * mipsidt/crt0.S: Added.
2987         * mipsidt/syscalls.c: Added.
2988         * mipsidt/test.c: Added.
2990         * configure (mips*vr4300*-*-*): Use new mipsidt target directory.
2992 Mon Oct  9 21:07:08 1995  Michael Meissner  <meissner@cygnus.com>
2994         * rs6000/Makefile (all asm rules): Remove asm.h dependency.
2995         * rs6000/asm.h: File deleted, moved to gcc directory as ppc-asm.h.
2996         * rs6000/mvme-{crt0,exit,inbyte,outbyte}.S: Include ppc-asm.h, not
2997         asm.h.
2998         * rs6000/sim{-crt0,ulator}.S: Ditto.
3000         * rs6000/{mvme,sim}-crt0.S (_start): Don't use FUNC_START/FUNC_END
3001         for _start, since the linker needs to see this.
3003 Mon Oct  9 12:08:12 1995  Stu Grossman  (grossman@cygnus.com)
3005         * sparc/sparc-stub.c:  include sparclite.h to get access to register
3006         fondling macros.
3007         * (trap_low):  Save and restore FP regs if necessary.  Also, clean
3008         up save and restore of debug unit regs.
3009         * (hard_trap_info):  Add more architecturally defined traps.
3010         * (set_debug_traps):  Only set FP disabled trap if FP is disabled.
3011         * (get_in_break_mode):  Clean up.  Get rid of calls to
3012         set_hw_breakpoint_trap().  Also, use write_asi macro
3013         * (handle_exception):  Clean up `g' and `G' commands.  Add `P'
3014         command.
3015         * (hw_breakpoint):  Why was this here!?  It's gone now...
3016         * sparc/crt0.s:  Speed up prom copy loop.  Clean up window over/under
3017         flow setup.  Call main instead of jumping to it.
3018         * sparc/salib.c (get_uart_status rcv_char flush_i_cache):  Use new
3019         and improved read_asi macro.
3020         * (win_ovf win_unf):  Parameterize window size.
3021         * sparclite.h (read_asi):  Rewrite so that macro returns an rval.
3022         * (read_psr write_psr):  New macros to do the obvious.
3023         * Add conditionalized code for 933 window size.
3025 Fri Oct  6 15:35:01 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
3027         * rs6000/simulator.S (abort): Delete abort.
3028         * rs6000/sim-abort.c: New file, to print message that abort was
3029         called.
3030         * rs6000/Makefile.in (SIM_OBJS): Add sim-abort.o.
3032         * rs6000/asm.h (FUNC_NAME, FUNC_START, FUNC_END): New macros that
3033         give the start and end of a function written in assembler.  If
3034         -mcall-aixdesc or -mcall-nt, create a function descriptor and name
3035         the real function with one or two leading periods.
3037         * rs6000/{simulator,sim-crt0}.S: Use new function macros.
3038         * rs6000/mvme-{crt0,exit,inbyte,outbyte}.S: Ditto.
3040         * rs6000/Makefile.in: Add asm.h as a dependent for all .S files.
3041         Compile the .S files with gcc, so that -mcall-* flags define the
3042         appropriate macros.
3044 Thu Sep 28 13:49:45 1995  Ian Lance Taylor  <ian@cygnus.com>
3046         * sparc/ex93x.ld: Remove crt0.o from INPUT; gcc will normally pass
3047         crt0.o anyhow.  Add leading underscore to __CTOR_LIST__, et. al.
3048         * sparc/salib.c (__main): Comment out empty function.
3050 Wed Sep 20 14:36:12 1995  Ian Lance Taylor  <ian@cygnus.com>
3052         * Makefile.in (maintainer-clean): New synonym for realclean.
3053         * hp74x/Makefile.in (maintainer-clean): Likewise.
3054         * m68k/Makefile.in (maintainer-clean): Likewise.
3055         * pa/Makefile.in (maintainer-clean): Likewise.
3056         * mips/Makefile.in (maintainer-clean): Likewise.
3057         * rs6000/Makefile.in (maintainer-clean): Likewise.
3058         * sparc/Makefile.in (maintainer-clean): Likewise.
3059         * doc/Makefile.in (maintainer-clean): Likewise.
3060         * testsuite/Makefile.in (maintainer-clean): Likewise.
3061         * testsuite/libgloss.all/Makefile.in (maintainer-clean): Likewise.
3063 Sat Sep 16 23:04:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
3065         * rs6000/Makefile.in (all): Fix typo preventing simulator from
3066         being built.
3068 Tue Sep 12 10:43:41 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3070         * rs6000/Makefile.in: Misc mvme support fixes.
3072         * rs6000/{mvme-exit.S, mvme-inbyte.S, mvme-outbyte.S}: Strip
3073         leading underscores from identifiers.
3075         * m68k/asm.h: New file, macro definitions helpful for assembly
3076         language programming.
3077         * m68k/{cpu32bug.S, crt0.S, mvme.S, mvme135-asm.S, mvme162lx-asm.S}:
3078         Use asm.h.
3080         * rs6000/{mvme-crt0.S, mvme-exit.S, mvme-inbyte.S, mvme-outbyte.S}:
3081         New files, preliminary support for motorola mvme targets running
3082         the ppcbug monitor.
3083         * rs6000/Makefile.in: Build mvme support.
3085         * rs6000/asm.h: New file, macro definitions helpful for assembly
3086         language programming.
3087         * rs6000/{sim-crt0.S, simulator.S}: Use asm.h.
3089 Fri Sep  8 18:51:29 1995  Michael Meissner  <meissner@wogglebug.tiac.net>
3091         * rs6000/sim-sbrk.c (sbrk): Add cast to silence warning.
3093 Fri Sep  8 13:03:12 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
3095         * m68k/idp-inbyte.c (READREG): Add volatile to the cast, to avoid
3096         reordered insns that can end up being an infinite loop.
3097         * m68k/idp-outbyte.c (READREG): Likewise.
3099 Wed Sep  6 10:01:33 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
3101         * rs6000/sim-sbrk.c (sbrk): Use the brk system call, instead of
3102         using a large static area for the break area.
3104 Thu Aug 24 14:57:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
3106         * rs6000/Makefile.in (install*): Add separate installation rules
3107         for sim and evm targets.
3109 Wed Aug 23 16:49:02 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
3111         * rs6000/sim*: Add PowerPC simulator support.
3113 Tue Aug 22 11:52:40 1995  Jeff Law  (law@snake.cs.utah.edu)
3115         * pa/hp-milli.s: Add entry/exit pseudo-ops around all exported
3116         code.  Fix callinfo directives to include "millicode" attribute.
3118         * pa/hp-milli.s (divU): Fix bug found by arith-rand1.c testing.
3120 Mon Aug 21 23:31:42 1995  Jeff Law  (law@snake.cs.utah.edu)
3122         * pa/crt0.S ($START$): Use local label prefix for local label
3123         "bssloop".
3125 Mon Aug 14 11:57:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
3127         * ex93x/sparclite.h: add __WINSIZE.
3128         * ex93x/salib.c: Use __WINSIZE, implements write with $O command of
3129         stub protocol.
3131 Thu Aug  3 14:40:12 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3133         * Makefile.in: Updated to reflect filename changes.
3135         * m68k/mc68681-duart.h: Renamed to m68681reg.h.
3136         * m68k/mc68681-duart.c: Split up and renamed to idp-inbyte.c and
3137         idp-outbyte.c
3139 Fri Jul 28 11:23:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3141         * m68k/mc68681-duart.h: Removed everything except register offsets.
3142         Changed offsets so they reflect actual chip instead of how device
3143         is mapped into the IDP address space.
3144         * m68k/mc68681-duart.c (DUART_ADDR): New macro, base address.
3145         (READREG, WRITEREG): Changed to correspond to unusual way the
3146         device is mapped (ie. base address + (reg offset * 4) + 3)).
3147         (duart_status, duart_mode, duart_init, duart_restore): Removed,
3148         these interfaces were never used and didn't work.
3149         (outbyte): Removed unconditional delay.
3151         * m68k/crt0.S: Use SYM(_end) instead of end.  This completes my
3152         change of April 18th which makes the "_end" symbol compatible
3153         with both a.out and coff toolchains.
3154         (zerobss): Handle zero-length bss.
3156 Thu Jul 27 15:35:37 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3158         * configure, {doc, hp74x, m68k, mips, pa, sparc}/configure:
3159         regenerated with autoconf 2.4.2.
3161 Wed Jul 26 13:42:27 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3163         * doc/porting.texi: Fix typos and spelling errors.
3165 Mon Jun 26 09:23:23 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
3167         * pa/Makefile.in: Enable HP supplied millicode routines.
3168         * pa/hp-milli.s:  Make sure copyright notice gets included
3169         in objects files.
3171         * pa/crt0.S ($START$): Use "%" instead of "'" to avoid losing whe
3172         run through cpp.
3174 Fri Jun 16 18:40:22 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
3176         * pa/crt0.S ($START$): Use long-calls to call main and exit.
3178 Tue Jun 13 16:05:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3180         * pa/crt0.S: Call exit() after returning from main.
3182 Tue Jun 13 10:43:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3184         * Makefile.in, {doc, hp74x, m68k, mips, pa, sparc}/Makefile.in
3185           (distclean, realclean): Remove autoconf-generated config.cache
3186           and config.log files.
3188 Mon Jun  5 15:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3190         * config/{default.mh, dos.mh} (CFLAGS_FOR_TARGET): Added -O2.
3191           (.c.o, .s.o, .S.o, etc.): Don't use @ to hide how the compiler
3192           is invoked, it makes it much more difficult to debug.
3194 Tue May 30 19:07:59 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3196         * testsuite/libgloss.all/math.c: Add additional tests for modulo.
3198 Mon May 29 13:03:39 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3200         * stat.c: Add const so it works with newlib's stat.h.
3202 Thu May 25 16:28:42 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3204         * m68k/mvme.S: Extend sign using two instructions rather than one
3205         so it'll work on a stock mc68000.
3207 Tue May 23 18:12:19 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3209         * close.c, stat.c, fstat.c, open.c, lseek.c, print.c, putnum.c,
3210         unlink.c read.c, sbrk.c, getpid.x, kill.c: New files that used to
3211         be glue.c.
3212         * {m68k,pa,mips}/Makefile.in: Build using broken up glue.c.
3213         * pa/Makefile.in: Make all just build BSP, add seperate test
3214         target.
3215         * most files: add Cygnus BSD-style copyright message.
3217 Tue May 23 12:58:03 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3219         * configure.in, {hp74x, m68k, mips, pa, sparc}/configure.in:
3220           Use changequote() to temporarily turn off m4 quoting so that
3221           i[345]86-*-go32 pattern in case statement remains unchanged.
3222         * configure, {hp74x, m68k, mips, pa, sparc}/configure:
3223           regenerated.
3225 Tue May 23 11:15:52 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
3227         * mips/Makefile.in (SCRIPT): added "SCRIPT = array.ld" so installs
3228         work correctly.
3230 Mon May 22 21:33:49 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3232         * ex93x: renamed to sparc.
3233         * r3000: renamed to mips.
3234         * hppro: renamed to pa.
3235         * configure.in, configure: Use new directory names.
3236         * config/default.mh: Remove '' in sed program_transform_name so
3237         it actually works.
3238         * doc/porting.texi: update doc.
3240 Wed May 17 17:25:53 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3242         * doc/configure.in: converted to autoconf.
3243         * doc/configure: New file, generated with autoconf 2.3.
3245         * Makefile.in, config/{ex93x, hp74x, hppro, m68k,
3246           r3000}/Makefile.in (Makefile.in): Added config.status to
3247           dependency list.
3248           (config.status): New target.
3250         * m68k/Makefile.in: Build M68332BCC BSP.
3252 Wed May 10 18:43:21 1995  Stu Grossman  (grossman@andros.cygnus.com)
3254         * glue.c:  Change decl of end to char[] for some reason.
3255         * (sbrk):  Rewrite sbrk so that it works.
3256         * (fstat):  Return status indicating fd is for a tty.  Makes stdio
3257         work better.
3258         * hppro/crt0.S (_sr4export):  Retrieve rp from -24(sp), not
3259         -18(sp).  Note that -24 decimal == -18 hex...
3260         * hppro/op50n-io.S:  Add read and write interfaces to the rom
3261         monitor.  Unfortunately, the monitor doesn't seem to work...
3262         * hppro/op50n.ld:  Clean up lots of stuff.  Define memory in a
3263         nice way.  Define stack and reserve space.  Put heap after stack.
3265 Thu May  4 10:28:01 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3267         * configure.in (AC_PREREQ): Changed to 2.3, since autoconf
3268           versions prior to this generate code that AIX 4.X's sh can't
3269           hack.
3271         * m68k/Makefile.in (BCC_BSP, BCC_OBJS): New BSP for M68332BCC.
3272         * m68k/cpu32bug.S: New file, support for cpu32bug monitor used by
3273           bcc.
3274         * m68k/bcc.ld: Link with bcc.o
3276 Fri Apr 21 16:17:17 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
3278         * hppro/{milli.S,divide.S,divI.S,divU.S,multiply.S,test-div.c,
3279         test-dyncall.c,test-mul.c,remI.S,remU.S,dyncall.S}: Delete.
3280         * hppro/divcnst-generic/*: Delete.
3281         * hppro/divcnst-fast/*: Delete.
3282         * hppro/Makefile.in: Delete junk.
3284 Tue Apr 18 11:22:47 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3286         * m68k/{bcc.ld idp.ld, mvme135.ld, mvme162lx.ld}: Removed stack
3287           section, moved __stack definition to the top level and set it
3288           explicitly to the value appropriate to the target board.
3289           Added __end symbol (needed for a.out toolchains).
3291 Mon Apr 17 12:48:48 1995  Stu Grossman  (grossman@andros.cygnus.com)
3293         * hppro/w89k.ld:  Move _stack to before `end' and `_end' so that
3294         malloc doesn't trash the stack.
3295         * hppro/w89k-io.c (outbyte):  Make this be void, and remove return
3296         value, which is useless anyway.
3298 Mon Apr 17 06:13:55 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3300         * m68k/bcc.ld: New file, linker script for M68332BCC Business Card
3301           Computer.
3302         * m68k/Makefile.in: Install BCC linker script.
3304         * Makefile.in: Fixed typo.
3306         * hppro/configure.in: Changed AC_INIT file from crt0.s to crt0.S.
3307         * hppro/configure: regenerated.
3309 Mon Apr 17 00:02:15 1995  Stu Grossman  (grossman@andros.cygnus.com)
3311         * hppro/op50n.ld:  Define _stack explicitly instead of implicitly
3312         via common.
3313         * hppro/{w89k-io.c w89k.h}:  Use pointers to volatile for inp and
3314         outp.  Use correct port numbers for COM1 serial port.
3316 Fri Apr 14 16:56:35 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
3318         * m68k/mc68ec.c (_exit): Use extended asm construct to get the
3319         proper immediate-operand syntax for whatever the target assembler
3320         configuration is.
3321         * m68k/mvme.S (__IMMEDIATE_PREFIX__, IMM): Copy and use macro
3322         definitions as in m68k/crt0.S.
3324 Thu Apr 13 16:48:46 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
3326         * Makefile.in: fixed clean rules such that they do not try to
3327           clean ${SUBDIRS} if libgloss not supported on that target.
3329 Thu Apr 13 13:39:46 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3331         * configure.in: Append new subdirectories to ${configdirs}.
3332           (go32-*-*): Removed.
3333         * configure: Regenerated.
3335         * m68k/mvme162lx.ld: Put __stack in ram, even though it's not
3336           loaded.
3338         * m68k/Makefile.in: Don't hide how BSP objects are built.
3340         * glue.c (print, putnum): declared void.
3342         * {hppro,m68k}/Makefile.in: Use ${CC_FOR_TARGET} to link executables.
3343           (LIBS_FOR_TARGET): Removed.
3345         * config/{default.mh, dos.mh} (NEWLIB_CFLAGS, NEWLIB_LDFLAGS): New
3346           make variables, expands to compiler flags to find headers and
3347           libraries if ${objroot}/newlib is present.
3348           (CFLAGS_FOR_TARGET): Added ${NEWLIB_CFLAGS}.
3349           (LDFLAGS_FOR_TARGET): Added ${NEWLIB_LDFLAGS}.
3350           (LIBC_FOR_TARGET, LIBM_FOR_TARGET, LIBGCC_FOR_TARGET,
3351           LIBS_FOR_TARGET): Removed.
3353 Thu Apr 13 11:51:17 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
3355         * m68k/Makefile.in (install): Use correct names for MVME* variables.
3356         * configure.in: Delete `unknown' from m68* case.
3358 Thu Apr 13 11:47:01 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3360         * m68k/crt0.S: initialize stack pointer to __stack before creating
3361           inital stack frame.
3363         * m68k/{idp.ld, mvme135.ld, mvme162lx.ld}: Move __stack out of
3364           bss, and into its own segment with an address at top of RAM.
3366 Wed Apr 12 12:36:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3368         * {.,ex93x,hp74x,hppro,m68k,r3000}/{Makefile,configure}.in:
3369           converted to autoconf.
3370         * {.,ex93x,hp74x,hppro,m68k,r3000}/configure: New files, generated
3371           from configure.in with autoconf 2.3.
3373 Mon Apr 10 22:50:48 1995  J.T. Conklin  (jtc@rtl.cygnus.com)
3375         * m68k/{idp.ld, mvme135.ld, mvme162lx.ld}: Revert last change,
3376           CONSTRUCTING and RELOCATING only work for linker scripts built
3377           from ld/scripttmpl/*.
3379         * m68k/{idp.ld, mvme135.ld, mvme162lx.ld}: Changed to use
3380           CONSTRUCTING and RELOCATING expressions so that the ctor/dtor
3381           tables and etext, edata, and end variables are only done when
3382           appropriate.
3384 Fri Apr  7 17:30:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
3386         * config/default.mh:  Use $${srcroot} instead of ${SRCROOT} to get
3387         inherited value.
3388         * hppro/crt0.S:  Remove static definitions of _stack and $global$.
3389         Let the linker script define them in the BSS segment.
3390         * hppro/w89k.ld:  Use MEMORY to define memory regions.  Add defs
3391         for $global$ and _stack in the appropriate segments.
3393 Tue Apr  4 18:27:37 1995  Jason Molenda  (phydeaux@cygnus.com)
3395         * Makefile.in (FLAGS_TO_PASS): pass down MAKEINFO.
3397 Thu Mar 30 18:10:53 1995  Kung Hsu  <kung@mexican.cygnus.com>
3399         * ex93x/ex93x.ld: Add crt0.o in INPUT.
3400         * ex93x/sparcl-stub.c: Add nop after bg insn.
3401         * ex93x/sparc-stub.c: Add & 0x7f mask to all character input.
3403 Thu Mar 30 15:22:31 1995  Rob Savoye  <rob@rtl.cygnus.com>
3405         * {hppro,m68k,ex93x,testsuite/libgloss}/configure.in: Add SRCROOT
3406         variable.
3407         * {hppro,m68k,ex93x,testsuite/libgloss}/Makefile.in: Add SRCROOT
3408         variable.
3409         * config/default.mh: Use SRCROOT to find the newlib includes.
3411 Tue Mar 28 19:54:26 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3413         * configure.in, testsuite/configure.in: Add SRCROOT variable.
3414         * glue.c: Change "char *path" to "const char *path" so it works
3415         with the changes stat.h.
3417 Fri Mar 24 17:29:08 1995  Kung Hsu  <kung@mexican.cygnus.com>
3419         * ex93x/ex93x.ld: The stubs module now can have different names for
3420         different SPARClite chips. Use default one which is slite930.o.
3422 Mon Mar 20 15:49:46 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
3424         * m68k/mc68ec.c (_exit): Changed to take integer status argument.
3426 Fri Mar 17 17:48:42 1995  Kung Hsu  <kung@mexican.cygnus.com>
3428         * config/default.h: add -I. to INCLUDES.
3429         * ex93x/salib.c: to include sparclite.h.
3430         * ex93x/sparclite.h: new file copied from gdb/sparclite.
3432         * config/default.mh: Fix INCLUDES to one level less '../'.
3434 Mon Mar 13 17:05:35 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3436         * testsuite/libgloss.all/misc.c: Misc bug reports, mostly
3437         soft-float tests.
3439 Wed Mar  8 19:00:18 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3441         * m68k/{crt0.S, mvem135.ld, mvme162lx.ld, idp.ld}: Setup the stack
3442         in the linker script. Use a macro to cover using '#' or '&' for
3443         immediate values.
3444         * m68k/{mvme135-asm.S, mvme162lx-asm.S}: Use a macro to cover
3445         using '#' or '&' for immediate values.
3446         * testsuite/libgloss.all/io.c: Add a test for read().
3448 Thu Feb 16 21:13:34 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3450         * glue.c: Make use _ansi.h, move to top level libgloss directory
3451         form all other directories.
3452         * Makefile.in: All Makefiles had SCRIPTS and OBJROOT added.
3453         * {m68k,hppro,r3000)/Makefile.in: All build the test the same way
3454         using OBJROOT.
3455         * configure.in: All configure.in now edit the value to OBJROOT in
3456         the Makefiles they produce.
3457         * config/default.mh: Use OBJROOT for paths to test for fresh
3458         binaries.
3459         * configure.in: Add the testsuite directory.
3460         * testsuite/config/{m68k.mt,mips.mt}: New target support for
3461         MVME135, IDP, and Array targets.
3463 Thu Feb  9 21:45:33 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3465         * testsuite/libgloss.all{varargs.c,varargs2.c}: Test cases for
3466         traditional and ANSI varargs. (which currently fail)
3467         * Makefile.in: Build intelligently and use dependancies so we
3468         don't rebuild the world for each test run.
3469         * configure.in: Make a .gdbinit file to run the tests and load via
3470         gdb.
3472 Wed Mar  8 22:35:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
3474         * m68k/idp.ld: Omit STARTUP line, since crt0.o is being supplied
3475         by gcc.
3477 Thu Feb 23 12:08:19 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
3479         * m68k/crt0.S: Use '&' instead of '#' for immediate operands.
3480         * m68k/mc68ec.c: Ditto, in asm statements.
3481         * m68k/mvme.S: Ditto.
3483 Wed Feb  1 23:55:39 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
3485         * Makefile.in (all): added "else" statements for Ultrix to work
3487 Fri Jan 27 10:48:20 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3489         * testuite/{config,lib,libgloss.all}: DejaGnu testing support.
3490         * testsuite/config/support.c: A minimal testing API for minimal
3491         targets.
3492         * testsuite/config/hppa.mt: Set build flags for PRO targets.
3493         * libgloss.all/{float.c,memory.c,io.c,double.c,math.c,array.c}:
3494         Test cases for libgloss and soft-float.
3496         * hppro/{w89k.ld,op50n.ld}: Set .text here now.
3498 Wed Jan 25 21:16:38 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3500         * testsuite/{config,lib,libgloss.all}: The beginnings of a test
3501         suite for low level stuff. A few test cases now all build.
3503 Thu Jan 12 13:02:12 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3505         * config/default.mh: Change default path for linking in a freshly
3506         built libc.a, libm.a, libgcc.a to work with -msift-float.
3508         * hppro/Makefile.in: Set MULTILIB so the -msoft-float safe
3509         libraries get used.
3511         * m68k/Makefile.in: Use explicit rules, rather than redefining
3512         .c.o. This is to force compiling with -m68000.
3514 Mon Jan  9 15:28:10 1995  Rob Savoye  <rob@darkstar.cygnus.com>
3516         * {hppro,m68k,r3000}/glue.c: Return correct value on receiving a
3517         '\n' or '\r'.
3519 Fri Dec 30 15:05:03 1994  Rob Savoye  <rob@darkstar.cygnus.com>
3521         * doc, doc/Makefile.in, configure.in: New directory.
3522         * doc/porting.texi: New manual that explains porting the GNU tools
3523         to embedded systems.
3525 Mon Dec 19 16:05:37 1994  Kung Hsu  <kung@mexican.cygnus.com>
3527         * ex93x/Makefile.in: Use sparcl-stub.c instaed of sparc-stub.c,
3528         which has hardware breakpoint support.
3529         * ex93x/Makefile.in: Also generate slite930.o and slite931.o, instead
3530         slite.o.
3531         * ex93x/sparcl-stub.c: New file.
3532         * ex93x/sparc-stub.c: Use latest from gdb/sparclite directory.
3534 Fri Dec 16 15:17:14 1994  Rob Savoye  <rob@darkstar.cygnus.com>
3536         * r3000/crt0.S: Zero the bss section by words.
3538         * r3000/Makefile.in: Add in the rest of the support code for the
3539         Array Tech board.
3541         * r3000/array.ld: Set the memory map for the Array Tech LSI
3542         prototype.
3544         * r3000/array-io.c: Lowest level I/O code for Array Tech LSI
3545         prototype using ROM entry points.
3547 Wed Dec 14 10:23:41 1994  Rob Savoye  <rob@darkstar.cygnus.com>
3549         * hppro/crt0.S: Add _sr4export function so GDB calls work.
3551         * hppro/Makefile.in: Link in libc.a twice so atexit works().
3553         * hppro/glue.c: Don't stub out __main anymore.
3555 Tue Dec 13 15:42:23 1994  Rob Savoye  <rob@darkstar.cygnus.com>
3557         * r3000/Makefile.in: Look for both libgcc2 and libgcc.
3559         * r3000/glue.c,crt0.S,test.c: New support for for mips.
3561         * configure.in: Configure r3000 dir for a mips chip.
3563 Tue Dec  6 15:24:41 1994  Rob Savoye  <rob@darkstar.cygnus.com>
3565         * hppro/divcnst-generic/*.S. Add .exit and .procend so it'll
3566         compile.
3568         * hppro/Makefile.in: Link in the rest of the millicode routines.
3570 Mon Nov 21 20:21:48 1994  Rob Savoye  <rob@darkstar.cygnus.com>
3572         * hppro/configure.in,config/dos.mh: Work for a canadian cross,
3573          since xgcc is for the wrong architecture.
3575 Thu Nov 17 21:07:52 1994  Rob Savoye  <rob@darkstar.cygnus.com>
3577         * config/default.mh: Find the corrrect libgcc2.a.
3579         * Makefile.in: Link in libgcc2.a by default. Build new millicode
3580         routines.
3582         * divI.S, divU.S, multiply.S, remI.S, remU.S, test-div.c,
3583         test-dyncall.c, test-mul.c: New millicode files for low level math
3584         support.
3586         * test.c: Use printf so millicode gets exercised.
3588         * divcnst-fast/divU_10.S, divU_12.S, divU_3.S, divU_5.S, divU_6.S,
3589         divU_9.S: Fast versions of some division routines.
3591         * divcnst-generic/divI_14.S, divI_5.S, divI_9.S, divU_14.S
3592         divU_5.S, divU_9.S divI_10.S, divI_15.S, divI_6.S, divU_10.S,
3593         divU_15.S, divU_6.S divI_12.S, divI_3.S, divI_7.S, divU_12.S,
3594         divU_3.S, divU_7.S: Yet more millicode routines.
3596 Wed Nov 16 15:25:03 1994  Rob Savoye  (rob@cygnus.com)
3598         * config/default.mh: Add default searches for the correct libc and
3599         libm.
3601         * Makefile.in: Use ${LIBC_FOR_TARGET} and ${LIBM_FOR_TARGET}
3603         * hppro/w89k.ld,op50n.ld,Makefile.in: Don't try to link in libc
3604         for the test program.
3606 Tue Nov  8 17:12:35 1994  Rob Savoye  <rob@rtl.cygnus.com>
3608         * m68k/glue.c: Remove errno so there's no libc dependancies.
3610         * m68k/mvme135-asm.S: Moved setup_vectors and exceptionHandler
3611         from mvme.S so the library can link without the stub.
3613         * m68k: New directory. Merge the idp, shared, and mvme135
3614         directories into one place.
3616         * config/default.mh: Use CC_FOR_TARGET for .S files so the
3617         preprocessor actually gets run.
3619         * ex93x/crt0.s, ex93x/salib.c: Migrate changes from gdb/sparclite.
3621 Fri Sep 16 21:22:57 1994  Rob Savoye  (rob@darkstar.cygnus.com)
3623         * shared, idp, mvme135: Support for Motorola IDP and MVME135 m68k
3624         based target boards. Moved from newlib/stub.
3626         * ex93x: Move from newlib/stub/ex93x. Sparclite ex93x
3627         board support.
3629         * hp74x, hppro: Add HP 742 & hp743 code "as is" with a working but
3630         unfinished gdb stub. Add hppro for the WinBind and Oki Pa target
3631         boards.
3633         * libgloss: Creation. A library for board support packages. The
3634         Gnu low-level OS Support. Move mvme135/ChangeLog to here.
3636 Wed Sep 29 20:42:34 1993  Rob Savoye  (rob@darkstar.cygnus.com)
3638         * mvme135/crt0.S, mvme135/glue.c: Moved to ../shared.
3640 Thu Apr  1 13:18:15 1993  Ian Lance Taylor  (ian@cygnus.com)
3642         * mvme135/mvme.S: Renamed exceptionhandler to exceptionHandler, which is
3643         what mvme135-stub.c expects.
3645 Tue Mar 30 18:44:43 1993  Doug Evans  (dje@poseidon.cygnus.com)
3647         * mvme135/mvme135-stub.c (initializeRemcomErrorFrame): Remove reference to
3648         __STDC__.
3650 Tue Dec 29 10:15:33 1992  Ian Lance Taylor  (ian@cygnus.com)
3652         * mvme135/mvme135-asm.S: new file.
3653         mvme135-stub.c: moved all assembler routines into mvme135-asm.S.
3654         Makefile.in: build mvme135-stub.o.
3656         * ChangeLog: created.