]> sourceware.org Git - newlib-cygwin.git/blob - libgloss/ChangeLog
facd9cd7ec98649c4e78667b0b60e7b1528c0712
[newlib-cygwin.git] / libgloss / ChangeLog
1 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
2
3 * configure.in: Support crx-*-*.
4 * configure: regenerate.
5 * crx/_exit.c: New file.
6 * crx/_getenv.c: Ditto.
7 * crx/_rename: Ditto.
8 * crx/close.c: Ditto.
9 * crx/configure.in: Ditto.
10 * crx/crti.S: Ditto.
11 * crx/crtn.S: Ditto.
12 * crx/crt0.S: Ditto.
13 * crx/dvz_hndl.c: Ditto.
14 * crx/flg_hndl.c: Ditto.
15 * crx/fstat.c: Ditto.
16 * crx/getpid.c: Ditto.
17 * crx/iad_hndl.c: Ditto.
18 * crx/intable.c: Ditto.
19 * crx/isatty.c: Ditto.
20 * crx/kill.c: Ditto.
21 * crx/lseek.c: Ditto.
22 * crx/Makefile.in: Ditto.
23 * crx/open.c: Ditto.
24 * crx/putnum.c: Ditto.
25 * crx/read.c: Ditto.
26 * crx/sbrk.c: Ditto.
27 * crx/sim.ld: Ditto.
28 * crx/stat.c: Ditto.
29 * crx/svc_hndl.c: Ditto.
30 * crx/time.c: Ditto.
31 * crx/und_hndl.c: Ditto.
32 * crx/unlink.c: Ditto.
33 * crx/write.c: Ditto.
34
35 2004-10-01 Paul Brook <paul@codesourcery.com>
36
37 * arm/configure.in: Add *-*-aebi target.
38 * arm/configure: Regenerate.
39
40 2004-08-25 Corinna Vinschen <vinschen@redhat.com>
41
42 * i386/cygmon.ld (.text): Fix alignment.
43 (.rodata): Handle .rodata.* sections.
44
45 2004-06-27 Hideki Iwamoto <h-iwamoto@kit.hi-ho.ne.jp>
46
47 * Makefile.in: Support $(DESTDIR).
48 * arm/Makefile.in: Ditto.
49 * d30v/Makefile.in: Ditto.
50 * doc/Makefile.in: Ditto.
51 * fr30/Makefile.in: Ditto.
52 * frv/Makefile.in: Ditto.
53 * hp74x/Makefile.in: Ditto.
54 * i386/Makefile.in: Ditto.
55 * i960/Makefile.in: Ditto.
56 * iq2000/Makefile.in: Ditto.
57 * libnosys/Makefile.in: Ditto.
58 * m32r/Makefile.in: Ditto.
59 * m68hc11/Makefile.in: Ditto.
60 * m68k/Makefile.in: Ditto.
61 * mcore/Makefile.in: Ditto.
62 * mips/Makefile.in: Ditto.
63 * mn10200/Makefile.in: Ditto.
64 * mn10300/Makefile.in: Ditto.
65 * pa/Makefile.in: Ditto.
66 * rs6000/Makefile.in: Ditto.
67 * sparc/Makefile.in: Ditto.
68 * sparc/libsys/Makefile.in: Ditto.
69 * xstormy16/Makefile.in: Ditto.
70
71 2004-06-25 Jeff Johnston <jjohnstn@redhat.com>
72
73 * libnosys/_exit.c: New file.
74 * libnosys/Makefile.in: Add _exit.o.
75
76 2004-06-17 Jeff Johnston <jjohnstn@redhat.com>
77
78 * arm/configure.in: Check the value of newlib-may-supply-syscalls
79 enablement variable to determine if crt0 should or should not be
80 built.
81 * arm/configure: Regenerated.
82 * arm/Makefile.in: Changed to look at @BUILD_CRT0_TRUE@ and
83 @BUILD_CRT0_FALSE@ variables set in configure to determine
84 if crt0.o should be built and installed.
85
86 2004-06-09 Toralf Lund <toralf@procaptura.com>
87
88 * arm/crt0.S: Copied from newlib and it now also sets up stacks for
89 FIQ and IRQ mode, plus calls hardware_init_hook() and
90 software_init_hook() if present.
91 * arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
92 from newlib.
93 * arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
94 librdpmon.a, librdimon.a - support file for "bare" setup, as well
95 as "RDP" and "RDI" monitors.
96 * arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
97 arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
98 with above mentioned support libs and startfiles.
99
100 2004-06-03 Alexandre Oliva <aoliva@redhat.com>
101
102 * mn10300/sim.ld: Start at address 4, to avoid ambiguity with NULL
103 pointers.
104
105 2004-05-26 Jeff Johnston <jjohnstn@redhat.com>
106
107 * libnosys/sbrk.c: Add include of <_syslist.h> and "config.h".
108
109 2004-05-05 Richard Sandiford <rsandifo@redhat.com>
110
111 * mips/array.ld, mips/cfe.ld, mips/ddb-kseg0.ld, mips/ddb.ld,
112 * mips/dve.ld, mips/idt32.ld, mips/idt64.ld, mips/idt.ld
113 * mips/jmr3904app.ld, mips/lsi.ld, mips/nullmon.ld, mips/pmon.ld
114 (.eh_frame_hdr, .eh_frame, .gcc_except_table, .jcr): New sections.
115
116 2004-04-02 Chris Demetriou <cgd@broadcom.com>
117
118 * mips/regs.S (C0_COUNT): Fix comment that kept this from being
119 defined.
120 * mips/vr4300.S: Use C0_COUNT as appropriate instead of hardcoding $9.
121 * mips/vr5xxx.S: Likewise.
122
123 2004-03-23 Eric Christopher <echristo@redhat.com>
124
125 * frv/crt0.S: Fix comment.
126 * mips/configure.in: Add mipsisa64-*-* to target support.
127 * mips/configure: Regenerate.
128
129 2004-03-03 Stephane Carrez <stcarrez@nerim.fr>
130
131 * m68hc11/sci-inout.S: Supports -mlong-calls.
132 * m68hc11/sim-valid-m68hc11.ld (.tramp): New section for trampolines.
133 (.text): Mark the .installN and .finiN section with KEEP.
134 (.vectors): Likewise for .vectors.
135 (.gcc_except_table): New section.
136 * m68hc11/sim-valid-m68hc12.ld (.tramp): New section for trampolines.
137 (.text): Mark the .installN and .finiN section with KEEP.
138 (.vectors): Likewise for .vectors.
139 (.gcc_except_table): New section.
140
141 2004-01-23 Gábor Lóki <loki@inf.u-szeged.hu>
142
143 * m68k/leds.c: remove led_putnum(), zylons() forward
144 function declarations.
145 * m68k/leds.h: add zylons() forward function declaration.
146
147 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
148
149 2003-12-02 Richard Sandiford <rsandifo@redhat.com>
150 * frv/crt0.S (_start): Fix use of FDPIC conditionals. Move the set of
151 gr11 outside the FDPIC conditional. Avoid clobbering gr4 too early.
152 2003-11-14 Richard Sandiford <rsandifo@redhat.com>
153 * frv/crt0.S: Fix fdpic sp calculation.
154 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
155 * frv/crt0.S: Use __stacksize, not __stack, to initialize sp on
156 FDPIC. Update comments on computing _GLOBAL_OFFSET_TABLE_. Don't
157 fixup ctors nor dtors on FDPIC.
158 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
159 * frv/crt0.S (_start): Set up gr15 only for FDPIC.
160 * frv/crt0.S (_start): Save _GLOBAL_OFFSET_TABLE_ in gr17, and set
161 gr15 before function calls.
162 2003-09-19 DJ Delorie <dj@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
163 * frv/crt0.S (_start): Set up gr15 with _GLOBAL_OFFSET_TABLE_'s
164 value.
165
166 2003-10-27 Bernardo Innocenti <bernie@develer.com>
167
168 * m68k/asm.h: Add macros for -fPIC, -msep-data and
169 -mid-shared-library support.
170 * m68k/crt0.S: Use macros for -fPIC, -msep-data and
171 -mid-shared-library support.
172 * m68k/sim-crt0.S: Likewise.
173
174 2003-10-15 Bernardo Innocenti <bernie@develer.com>
175
176 * m68k/sim-funcs.c (_XOPEN_SOURCE): Define to get the pid_t
177 typedef from <unistd.h>.
178
179 2003-08-26 Jason Merrill <jason@redhat.com>
180
181 * sparc/elfsim.ld: Fix __EH_FRAME_BEGIN__ definition.
182 * sparc/sparc86x.ld: Likewise.
183
184 2003-08-20 Chris Demetriou <cgd@broadcom.com>
185
186 * mips/crt0_cfe.S: New file.
187 * mips/cfe_mem.c: New file.
188 * mips/cfe_prestart.S: Remove.
189 * mips/cfe.ld: Adjust to use crt0_cfe.o as the startup file, and
190 and use _start as the entry point. Align BSS to 32-byte boundary.
191 * mips/cfe.c: Reimplement to fit on top of a crt0_cfe.o file.
192 * mips/cfe_api.h (__libcfe_stack_size, __libcfe_mem_limit)
193 (__libcfe_meminit, __libcfe_stack_top): New prototypes.
194 * mips/Makefile.in (CFEOBJS): Replace cfe_prestart.o with cfe_mem.o.
195 (cfe.o, cfe_api.o, cfe_mem.o, crt0_cfe.o): New targets.
196 * mips/configure.in: Build and install crt0_cfe.o when CFE support
197 is built.
198 * mips/configure: Regenerate.
199
200 2003-08-12 Jeff Johnston <jjohnstn@redhat.com>
201
202 * i386/cygmon-salib.c (unlink): New stub.
203
204 2003-08-08 Mark Salter <msalter@redhat.com>
205
206 * i386/cygmon.ld: Add 4 byte alignment to __CTOR_LIST__
207
208 Bernd Schmidt <bernds@redhat.com>
209
210 * i386/cygmon.ld: Add entry for .rodata.
211
212 2003-07-14 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
213
214 * m32r/configure.in: fixed bug to delete ../config-ml.in.
215
216 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
217
218 2001-10-30 Jeff Johnston <jjohnstn@redhat.com>
219 * mn10300/asb2305.ld: Added ASB2305 support.
220 * mn10300/configure: Ditto.
221 * mn10300/configure.in: Ditto.
222 2001-09-12 Stan Cox <scox@redhat.com>
223 * mn10300/asb2303.ld: New file. Linker script for the ASB2303
224 AM33/2.00 board.
225 * mn10300/configure.in: Add support for asb2303 board script.
226
227 2003-07-08 Jeff Johnston <jjohnstn@redhat.com>
228
229 * configure.in: Reapply Kazuhiro Inaoko's multilib patch from
230 04-17-03.
231 * configure: Regenerated.
232
233 2003-06-23 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
234
235 * m32r/crt0.S (_start): Allow _stack to be placed anywhere
236 in memory.
237
238 2003-06-06 Stan Cox <scox@redhat.com>
239 Jeff Johnston <jjohnstn@redhat.com>
240 Anthony Green <green@redhat.com>
241
242 * configure.in: Add iq2000 support.
243 * configure: Rebuilt.
244 * iq2000/Makefile.in, iq2000/access.c, iq2000/_exit.c,
245 iq2000/configure, iq2000/chmod.c, iq2000/chown.c, iq2000/close.c,
246 iq2000/configure.in, iq2000/creat.c, iq2000/crt0.S, iq2000/crt1.c,
247 iq2000/execv.c, iq2000/execve.c, iq2000/fork.c, iq2000/fstat.c,
248 iq2000/getpid.c, iq2000/gettime.c, iq2000/isatty.c, iq2000/kill.c,
249 iq2000/lseek.c, iq2000/open.c, iq2000/pipe.c, iq2000/read.c,
250 iq2000/sbrk.c, iq2000/sim.ld, iq2000/stat.c, iq2000/test.c,
251 iq2000/time.c, iq2000/times.c, iq2000/trap.c, iq2000/trap.h,
252 iq2000/unlink.c, iq2000/utime.c, iq2000/wait.c, iq2000/write.c:
253 New files.
254
255 2003-05-27 Jeff Johnston <jjohnstn@redhat.com>
256
257 * libnosys/Makefile.in: Add errno.o.
258 * libnosys/errno.c: New file to supply errno definition if
259 one not provided yet.
260
261 2003-05-26 Eric Christopher <echristo@redhat.com>
262
263 * mips/crt0.S: Remove stackbase variable set.
264
265 2003-05-02 Eric Christopher <echristo@redhat.com>
266
267 * mips/cma101.c (__sizemem): Make sure that end is not in .sdata.
268
269 2003-04-29 Nick Clifton <nickc@redhat.com>
270
271 * libnosys/sbrk.c: Remove unnecessary #include's.
272 Change return type of _sbrk() function to void * to match
273 definition in system header files.
274 Fix formatting.
275
276 2003-04-23 Andrew Haley <aph@cambridge.redhat.com>
277
278 * xstormy16/sim_rom.ld: New.
279 * xstormy16/Makefile.in (SIM_SCRIPTS): Add sim_rom.ld.
280 * xstormy16/crt0.s (_int_reset): Copy ROM data to RAM.
281 * xstormy16/eva_app.ld (_rdata, _data): New.
282 * xstormy16/sim_high.ld (_rdata, _data): New.
283
284 2003-04-17 Inaoka Kazuhiro <inaoka.kazuhiro@renesas.com>
285
286 * m32r/Makefile.in: Add multilib support.
287 * m32r/configure.in: Ditto.
288 * m32r/configure: Regenerated.
289
290 2003-04-16 Nick Clifton <nickc@redhat.com>
291
292 * xstormy16/sim_high.ld: Add .jcr section mapping.
293 * xstormy16/eva_stub.ld: Likewise.
294 * xstormy16/eva_app.ld: Likewise.
295
296 2003-04-09 Chris Demetriou <cgd@broadcom.com>
297
298 * mips/cfe.c (_flush_cache): New function.
299
300 2003-02-18 Richard Sandiford <rsandifo@redhat.com>
301
302 * mips/nullmon.c (_ftext, _end): Adjust declaration.
303 (get_mem_info): Rework.
304
305 2003-02-18 Richard Sandiford <rsandifo@redhat.com>
306
307 * mips/crt0.S (zerobss): Reload __memsize after call.
308
309 2003-02-17 Chris Demetriou <cgd@broadcom.com>
310
311 * mips/cfe.c (__cfe_handle, __cfe_entrypt): Fix types.
312
313 2003-02-05 Chris Demetriou <cgd@broadcom.com>
314
315 * mips/configure.in (mipsisa32el-*-*): Handle in the same way
316 as mipsisa32-*-*.
317 (mipsisa32r2-*-*, mipsisa32r2el-*-*): New, handled in the same
318 way as mipsisa32-*-*.
319 * mips/configure: Regenerate.
320
321 2003-02-05 Chris Demetriou <cgd@broadcom.com>
322
323 * mips/cfe.c (hardware_hazard_hook): Move...
324 * mips/cfe_prestart.S (hardware_hazard_hook): To here,
325 and translate into assembly.
326
327 2003-01-08 Richard Sandiford <rsandifo@redhat.com
328
329 * mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32.
330 Pass an empty argv and envp to main().
331
332 2003-01-08 Richard Sandiford <rsandifo@redhat.com
333
334 * mips/configure.in (mips64vr-elf, mips64vrel-elf): New config.
335 * mips/configure: Regenerate.
336
337 2003-01-07 Chris Demetriou <cgd@broadcom.com>
338
339 * crt0.S: Check for definition of __mips64 rather than
340 checking (__mips < 3).
341 * pmon.S: Likewise.
342 * cygmon.c (sysCall): Avoid multi-line string literals.
343
344 2002-11-12 Jeff Johnston <jjohnstn@redhat.com>
345
346 * mips/Makefile.in: Add cygmon support.
347 * mips/configure.in: Ditto.
348 * mips/configure: Regenerated.
349 * mips/crt0_cygmon.S: New file.
350 * mips/cygmon.c: Ditto.
351 * mips/pmon.S: Minor formatting and copyright changes.
352 * mips/crt0.S: Ditto.
353
354 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
355
356 * arm/Makefile.in: Add support for new pid specs.
357 * arm/coff-iq80310.specs: Change to allow future support.
358 * arm/elf-iq80310.specs: Ditto.
359 * arm/elf-redboot.specs: Ditto.
360 * arm/coff-redboot.ld: Add EH frame support.
361 * arm/redboot-crt0.S: Add optional code to clear bss without
362 memset.
363 * arm/coff-pid.specs: New file.
364 * arm/elf-pid.specs: New file.
365
366 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
367 Catherine Moore <clm@redhat.com>
368
369 * m32r/configure.in: Do not require gcc to be able to link an
370 executable.
371 * m32r/configure: Regenerate.
372 * m32r/Makefile.in: Directly reference gdbstub.
373
374 2002-10-25 Bernd Schmidt <bernds@redhat.com>
375
376 * i386/cygmon.ld: Add entry for .gcc_except_table.
377
378 2000-10-25 Mark Salter <msalter@redhat.com>
379
380 * i386/cygmon-crt0.S: Use __USER_LABEL_PREFIX__ for symbols. Always
381 use __start for start symbol.
382 * i386/cygmon-salib.c: Don't build __do_global_[cd]tors for AOUT.
383 Disable file I/O extensions to make Plum Hall happy.
384 * i386/cygmon.ld: Set __start as entry point.
385 * i386/Makefile.in: Support IS_AOUT.
386 * i386/configure.in: Support IS_AOUT.
387 * i386/configure: Regenerated.
388 * i386/cygmon-salib.c:
389 * i386/cygmon-gmon.c (_mcount): It's _etext.
390
391 2002-10-25 Jeff Johnston <jjohnstn@redhat.com>
392
393 * configure.in: Clarify some of the triplets so unsupported
394 configurations don't pass through.
395 * configure: Regenerated.
396
397 2002-10-18 Stephane Carrez <stcarrez@nerim.fr>
398
399 * m68hc11/syscalls.c (sbrk): Use ptrdiff_t for increment parameter.
400
401 2002-10-07 Richard Sandiford <rsandifo@redhat.com>
402
403 * mips/ddb.ld: KEEP .init and .fini.
404 * mips/ddb-kseg0.ld: Likewise.
405
406 2002-10-04 Michael Snyder <msnyder@redhat.com>
407
408 * m32r/m32r-lib.c (exceptionHandler): Fix computation of
409 exception vector address, as suggested by Mitsubishi.
410 (getExceptionVector): Ditto.
411
412 2002-08-01 Chris Demetriou <cgd@broadcom.com>
413
414 * mips/cfe.ld (STARTUP): New definition.
415 * mips/ddb-kseg0.ld (STARTUP): Likewise.
416 * mips/ddb.ld (STARTUP): Likewise.
417 * mips/dve.ld (STARTUP): Likewise.
418 * mips/idt.ld (STARTUP): Likewise.
419 * mips/jmr3904app-java.ld (STARTUP): Likewise.
420 * mips/jmr3904app.ld (STARTUP): Likewise.
421 * mips/jmr3904dram-java.ld (STARTUP): Likewise.
422 * mips/jmr3904dram.ld (STARTUP): Likewise.
423 * mips/lsi.ld (STARTUP): Likewise.
424 * mips/nullmon.ld (STARTUP): Likewise.
425 * mips/pmon.ld (STARTUP): Likewise.
426
427 2002-07-23 Stephane Carrez <stcarrez@nerim.fr>
428
429 * README: Mention 68HC11/68HC12 support.
430 * configure.in: Recognize m6811-elf and m6812-elf.
431 * configure: Regenerated.
432 * m68hc11/Makefile.in: New file.
433 * m68hc11/configure.in: New file.
434 * m68hc11/configure: New file.
435 * m68hc11/crt0.S: New file.
436 * m68hc11/sci-inout.S: New file for 68hc11/68hc12 sio.
437 * m68hc11/sim-valid-m68hc11.ld: New file.
438 * m68hc11/sim-valid-m68hc12.ld: New file.
439 * m68hc11/syscalls.c: New file.
440
441 2002-07-22 Aldy Hernandez <aldyh@redhat.com>
442
443 * rs6000/simulator.S (gettimeofday): New.
444 (getrusage): New.
445
446 2002-07-18 Chris Demetriou <cgd@broadcom.com>
447
448 * read.c (read): Don't assign past end of buffer, fix return value.
449
450 2002-07-12 Chris Demetriou <cgd@broadcom.com>
451
452 * mips/Makefile.in (GENOBJS2): New variable to name other
453 commonly used objects.
454 (DVEOBJS, JMR3904OBJS): Reference GENOBJS2.
455
456 * mips/Makefile.in: Add support for Broadcom CFE firmware.
457 * mips/configure.in: (mipsisa32*-*-*, *): Likewise.
458 * mips/configure: Regenerate.
459 * mips/cfe.c: New file.
460 * mips/cfe.ld: New file.
461 * mips/cfe_api.c: New file.
462 * mips/cfe_api.h: New file.
463 * mips/cfe_api_int.h: New file.
464 * mips/cfe_error.h: New file.
465 * mips/cfe_prestart.S: New file.
466
467 2002-07-12 Chris Demetriou <cgd@broadcom.com>
468
469 * mips/array.ld (hardware_exit_hook, hardware_hazard_hook): New
470 symbols for optionally-provided functions.
471 * mips/ddb-kseg0.ld: Likewise.
472 * mips/ddb.ld: Likewise.
473 * mips/dve.ld: Likewise.
474 * mips/idt.ld: Likewise.
475 * mips/idt32.ld: Likewise.
476 * mips/idt64.ld: Likewise.
477 * mips/idtecoff.ld: Likewise.
478 * mips/jmr3904app-java.ld: Likewise.
479 * mips/jmr3904app.ld: Likewise.
480 * mips/jmr3904dram-java.ld: Likewise.
481 * mips/jmr3904dram.ld: Likewise.
482 * mips/lsi.ld: Likewise.
483 * mips/nullmon.ld: Likewise.
484 * mips/pmon.ld: Likewise.
485 * mips/crt0.S: Invoke hardware_exit_hook and hardware_hazard_hook
486 functions if they are provided.
487 (_exit): Handle __embedded_pic properly.
488
489 2002-06-18 Dave Brolley <brolley@redhat.com>
490
491 From Catherine Moore, Michael Meissner, Richard Sandiford:
492 * configure.in: Support frv*-*-*.
493 * frv/Makefile.in: New file.
494 * frv/configure: New file.
495 * frv/configure.in: New file.
496 * frv/crt0.S: New file.
497 * frv/fstat.c: New file.
498 * frv/getpid.c: New file.
499 * frv/isatty.c: New file.
500 * frv/kill.c: New file.
501 * frv/print.c: New file.
502 * frv/putnum.c: New file.
503 * frv/sbrk.c: New file.
504 * frv/sim-close.S: New file.
505 * frv/sim-exit.S: New file.
506 * frv/sim-inbyte.c: New file.
507 * frv/sim-lseek.S: New file.
508 * frv/sim-open.S: New file.
509 * frv/sim-read.S: New file.
510 * frv/sim-time.c: New file.
511 * frv/sim-unlink.S: New file.
512 * frv/sim-write.S: New file.
513 * frv/stat.c: New file.
514
515 2002-05-11 Thomas Fitzsimmons <fitzsim@redhat.com>
516
517 * libnosys/acconfig.h (HAVE_SECTION_ATTRIBUTES): New macro.
518 * libnosys/configure.in: Check gcc's support for section attributes.
519 * libnosys/warning.h: Have link_warning expand to nothing if gcc
520 does not support section attributes.
521
522 2002-04-22 Jonathan Larmour <jlarmour@redhat.com>
523
524 * arm/syscall.h: New file. To define extra syscall values for RedBoot.
525
526 * arm/redboot-syscalls.c (_close): Fix setting of errno value.
527 (_lseek): Ditto.
528 (_open): Ditto.
529 (_write): Ditto.
530 (_read): Ditto.
531 (_rename): New function.
532 (_system): Ditto.
533 (_stat): Ditto.
534 (_unlink): Call a syscall for this now.
535 (isatty): Ditto.
536 (_fstat): Ditto.
537 (_gettimeofday): Ditto.
538
539 2002-04-17 Joel Sherrill <joel@OARcorp.com>
540
541 * debug.h: Change mem_err to volatile to match definition in
542 debug.c.
543
544 2002-04-17 Joel Sherrill <joel@OARcorp.com>
545
546 * sparc/cygmon-salib.c, sparc/erc32-stub.c: Don't use multi-line
547 strings.
548
549 2002-04-16 Jeff Johnston <jjohnstn@redhat.com>
550
551 * m68k/configure.in: Change to use LIB_AC_PROG_CC instead
552 of AC_PROG_CC to avoid building an executable in configuration.
553 * m68k/configure: Regenerated.
554
555 2002-04-15 Hans-Peter Nilsson <hp@bitrange.com>
556
557 * d30v/syscalls.c: #include <time.h>. Don't use multi-line
558 strings.
559
560 2002-04-15 Hans-Peter Nilsson <hp@bitrange.com>
561
562 * m32r/trapmon0.c (__trap0): Don't use multi-line strings.
563
564 2002-02-05 Mark Salter <msalter@redhat.com>
565
566 * arm/elf-iq80310.specs: Ditto.
567 * arm/elf-redboot.specs: Ditto.
568 * arm/elf-redboot.ld: Fix eh_frame sections. Add .jcr section.
569 * arm/redboot-crt0.S: Add support for __USES_INITFINI__.
570
571 2002-02-01 Geoffrey Keating <geoffk@redhat.com>
572
573 * xstormy16/Makefile.in (SIM_OBJS): Remove sbrk.o, add
574 sim_malloc_start.o.
575 * xstormy16/eva_app.ld: Add __malloc_start.
576 * xstormy16/sbrk.c: Remove.
577 * xstormy16/sim_malloc_start.s: New file.
578 * xstormy16/sim_high.ld: Make the stack start immediately at the
579 end of the program.
580
581 2002-02-01 Michael Meissner <meissner@redhat.com>
582
583 * mips/cma101.c (__sizemem_default): Allow user to specify the
584 memory size.
585 (__sizemem): Use it.
586
587 2002-01-24 Mark Salter <msalter@redhat.com>
588
589 * arm/redboot-crt0.S: Use __get_memtop to put stack in high memory.
590
591 * arm/redboot-syscalls.c (_times): Unconditionally use SYS_times.
592 (__get_memtop): New funtion to return top of memory.
593
594 2002-01-15 Mark Salter <msalter@redhat.com>
595
596 * xstormy16/eva_stub.ld: Provide interrupt routine symbols which
597 forward interrupts to user application vectors.
598
599 * xstormy16/crt0_stub.s: Remove default interrupt routines.
600
601 * xstormy16/Makefile.in: Rename stub app to eva_stub.elf and
602 add it to install list.
603
604 2002-01-07 Mark Salter <msalter@redhat.com>
605
606 * configure.in: Add support for arm, strongarm, and xscale.
607 * configure: Regenerated.
608 * arm/coff-iq80310.specs: New file.
609 * arm/coff-redboot.ld: New file.
610 * arm/coff-redboot.specs: New file.
611 * arm/configure: New file.
612 * arm/configure.in: New file.
613 * arm/elf-iq80310.specs: New file.
614 * arm/elf-redboot.ld: New file.
615 * arm/elf-redboot.specs: New file.
616 * arm/Makefile.in: New file.
617 * arm/redboot-crt0.S: New file.
618 * arm/redboot-syscalls.c: New file.
619
620 2001-12-22 Geoffrey Keating <geoffk@redhat.com>
621 Mark Salter <msalter@redhat.com>
622 Catherine Moore <clm@redhat.com>
623 Richard Henderson <rth@redhat.com>
624
625 * configure.in: Add xstormy16.
626 * libnosys/configure.in: Add xstormy16.
627 * configure: Regenerated.
628 * libnosys/configure: Regenerated.
629 * xstormy16/Makefile.in: New file.
630 * xstormy16/close.c: New file.
631 * xstormy16/configure: New file.
632 * xstormy16/configure.in: New file.
633 * xstormy16/crt0.s: New file.
634 * xstormy16/crt0_stub.s: New file.
635 * xstormy16/crti.s: New file.
636 * xstormy16/crtn.s: New file.
637 * xstormy16/eva_app.c: New file.
638 * xstormy16/eva_app.ld: New file.
639 * xstormy16/eva_stub.ld: New file.
640 * xstormy16/fstat.c: New file.
641 * xstormy16/getpid.c: New file.
642 * xstormy16/kill.c: New file.
643 * xstormy16/lseek.c: New file.
644 * xstormy16/open.c: New file.
645 * xstormy16/sbrk.c: New file.
646 * xstormy16/sim_high.ld: New file.
647 * xstormy16/stat.c: New file.
648 * xstormy16/syscalls.S: New file.
649 * xstormy16/syscalls.m4: New file.
650 * xstormy16/unlink.c: New file.
651 * xstormy16/xstormy16_stub.c: New file.
652
653 2001-10-31 Jeff Johnston <jjohnstn@redhat.com>
654
655 * m32r/Makefile.in: Use gdb stub set by configure.
656 * m32r/configure.in: Add a special macro for testing
657 c compiler without building executable. Add setting of
658 GDBSTUB.
659 * m32r/configure: Regenerated.
660
661 2001-10-31 David Howells <dhowells@redhat.com>
662
663 * syscall.h: Added SYS_times, SYS_gettimeofday, SYS_link values.
664 * mn10300/times.c: Renamed "times" to "_times" so that it can be
665 referenced by newlib.
666 * mn10300/cygmon.c: New file.
667 * mn10300/crt0_redboot.S: Ditto.
668 * mn10300/crt0_cygmon.S: Ditto.
669 * mn10300/Makefile.in: Added RedBoot and Cygmon support.
670 * mn10300/configure.in: Changed to allow for future
671 evaluation boards to be added.
672 * mn10300/configure: Regenerated.
673
674 2001-10-17 Michael Meissner <meissner@redhat.com>
675
676 * regs.S (K0BASE_ADDR,K1BASE_ADDR): Define as addresses to
677 identify if a program is running in kernel segment 0.
678
679 * cma101.c (__sizemem): If we are running in kernel segment 0,
680 instead of kernel segment 1, use kernel segment 0 addresses which
681 are uncached when sizing memory.
682
683 * ddb-kseg0.ld: New file, clone of ddb.ld, except it links the
684 program to run in kernel segment 0, instead of kernel segment 1.
685
686 * configure.in: Treat ddb-kseg0.ld like ddb.ld.
687 * configure: Regenerate.
688
689 2001-09-15 Eric Christopher <echristo@redhat.com>
690
691 * mips/configure.in (LIB_AC_PROG_CC): Fix typo in mipsisa32 to
692 mipsisa32*.
693 * mips/configure: Regenerate.
694
695 2001-09-14 Eric Christopher <echristo@redhat.com>
696
697 * mips/configure.in: Add mipsisa32 support.
698 * mips/configure: Regenerate.
699 * mips/idt32.ld: New file.
700 * mips/idt64.ld: New file.
701
702 2001-09-11 Michael Meissner <meissner@redhat.com>
703
704 * mips/crt0.S (_start): If -mfp32, don't enable 64-bit floating
705 point registers, even if we are compiling for a mips3 or greater.
706
707 2001-09-10 Jim Blandy <jimb@redhat.com>
708
709 Add support for GDB monitor-style I/O.
710 * m68k/idp-outbyte.c (raw_outbyte): Renamed from outbyte; made
711 static.
712 (outbyte): Call raw_outbyte; if GDB_MONITOR_OUTPUT is #defined,
713 precede the byte with a ^O character.
714 * m68k/idpgdb.ld: New linker script.
715 * m68k/Makefile.in (IDPGDB_LDFLAGS, IDPGDB_BSP, IDPGDB_OBJS): New
716 variables.
717 (all): Add ${IDPGDB_BSP} to the list of things to build.
718 (${IDPGDB_BSP}, idp-gdb-outbyte.o, idpgdb-test.x,
719 idpgdb-test.srec, idpgdb-test.dis, idpgdb-test): New rules.
720 (install): Install the IDPGDB stuff, too.
721
722 2001-08-30 Richard Henderson <rth@redhat.com>
723 Eric Christopher <echristo@redhat.com>
724
725 * mips/crt0.S: Fix for .init/.fini sections.
726
727 2001-08-30 Richard Henderson <rth@redhat.com>
728 Eric Christopher <echristo@redhat.com>
729
730 * mips/idt.ld: Rewrite for .init/.fini sections.
731
732 2001-08-22 Jonathan Larmour <jlarmour@redhat.com>
733
734 * mips/Makefile.in (jmr3904-io.o): Remove bogus use of `-mips3.'
735
736 2001-07-18 Jeff Johnston <jjohnstn@redhat.com>
737
738 * hp74x/configure: Regenerated with current autoconf.
739 * m32r/configure: Ditto.
740 * m68k/configure: Ditto.
741 * pa/configure: Ditto.
742 * sparc/configure: Ditto.
743
744 2001-03-08 Geoffrey Keating <geoffk@redhat.com>
745
746 * rs6000/simulator.S (dup): New syscall.
747
748 2001-02-28 Will Cohen <wcohen@redhat.com>
749
750 * src/libgloss/m68k/Makefile.in: Updated copyright and
751 added rules to build simulator related libraries.
752 (SIM_SCRIPTS): New variable.
753 (SIM_LDFLAGS): New variable.
754 (SIM_BSP): New variable.
755 (SIM_CRT0): New variable.
756 (SIM_OBJS): New variable.
757 (SIM_TEST): New variable.
758 (SIM_INSTALL): new variable.
759 * src/libgloss/m68k/sim-abort.c: New file.
760 * src/libgloss/m68k/sim-crt0.S: New file.
761 * src/libgloss/m68k/sim-errno.c: New file.
762 * src/libgloss/m68k/sim-funcs.c: New file.
763 * src/libgloss/m68k/sim-inbyte.c: New file.
764 * src/libgloss/m68k/sim-print.c: New file.
765 * src/libgloss/m68k/sim-sbrk.c: New file.
766 * src/libgloss/m68k/sim.ld: New file.
767 * src/libgloss/m68k/simulator.S: New file.
768
769 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
770
771 * mn10200/access.c: With DJ Delorie's permission, this code is
772 now freely modifiable with no reference to "copying.dj".
773 * mn10300/access.c: Ditto.
774
775 2001-02-06 Will Cohen <wcohen@redhat.com>
776
777 * rs6000/sim-errno.c (__errno): Removed.
778 (_cerror): Use re-entrant version of errno.
779
780 2000-09-05 Geoff Keating <geoffk@cygnus.com>
781
782 * rs6000/simulator.S: Use conditional returns for documentation
783 purposes.
784 (access): Add new syscall.
785
786 Wed May 24 16:47:12 2000 Alexandre Oliva <aoliva@cygnus.com>
787
788 * mn10300/time.c (time): Set *tloc, since the sim doesn't.
789
790 Mon Jan 31 18:45:26 2000 Donald Lindsay <dlindsay@cygnus.com>
791
792 * mips/crt0.S: If compiled into a mips2 multilib, sets processor
793 status register for 32 bit addressing
794 * mips/regs.S: Add symbols for status and config register fields.
795 * mips/vr5xxx.S: Variant of vr300.S with extensions to __cpu_flush()
796 to cope with Vr5000 secondary cache and with Vr5432 CACHE instruction.
797 * mips/Makefile.in: Add rule for forming vr5xxx.o.
798 * mips/configure.in: Add case arm for mips64vr5000 since the
799 default (which was previously used) should not get vr5xxx.o.
800
801 Wed Dec 22 19:08:09 1999 Christopher Faylor <cgf@cygnus.com>
802
803 * wince/Makefile.am: Use LDADD from configure.
804 * wince/Makefile.in: Regenerate.
805 * wince/configure.in: Determine libraries needed based (crudely) on
806 target.
807 * wince/configure: Regenerate.
808
809 1999-12-16 Tom Tromey <tromey@cygnus.com>
810
811 * mips/Makefile.in (jmr3904-io.o): Don't compile with `-mips3'.
812
813 * mips/jmr3904-io.c: Actually completed merge of Andrew Haley's
814 patch of 1998-11-23.
815
816 * mips/jmr3904dram-java.ld: Provide _Jv_QthreadsStackSize. Link
817 against -lgcjcoop, not -lqthreads.
818 * mips/jmr3904app-java.ld: Provide _Jv_QthreadsStackSize.
819
820 1999-12-16 Brendan Kehoe <brendan@cygnus.com>
821
822 * m68k/idp.ld: Only use specific .dtors and .ctors uses of KEEP,
823 without the bits for __{C,D}TOR_{LIST,END}__.
824
825 1999-12-14 Geoff Keating <geoffk@cygnus.com>
826
827 * m68k/idp.ld (.text): Put crtbegin at the start of the
828 constructors and destructors.
829
830 Mon Nov 29 12:14:48 1999 Christopher Faylor <cgf@cygnus.com>
831
832 * wince/Makefile.am: Add missing gdbdir assignment.
833 * wince/Makefile.in: Regenerate.
834
835 1999-11-22 Gavin Romig-Koch <gavin@cygnus.com>
836
837 * mips/idt.ld: Remove the OUTPUT_ARCH("mips:4000") directive.
838
839 1999-11-15 Nick Clifton <nickc@cygnus.com>
840
841 * configure.in: Add arm-wince-pe target.
842 * configure: Regenerate.
843
844 1999-11-11 Brendan Kehoe <brendan@cygnus.com>
845
846 * sparc/elfsim.ld (.text): Also provide __EH_FRAME_BEGIN__ since we're
847 not bringing in crtbegin.o.
848 * sparc/sparc86x.ld (.text): Likewise. Add initp support.
849
850 1999-10-30 Geoffrey Keating <geoffk@cygnus.com>
851
852 * mips/crt0.S: Handle -membedded-pic properly. Set the $gp much
853 earlier because it'll be needed. Set the high bits of the PC to
854 be consistent with other pointers, so that exception handling
855 doesn't get confused.
856
857 1999-09-27 Jonathan Larmour <jlarmour@cygnus.co.uk>
858
859 * sparc/crt0.s: Delete. This file is obsolete and caused problems
860 on case-insensitive windows filesystems.
861
862 Wed Sep 22 15:59:17 1999 Christopher Faylor <cgf@cygnus.com>
863
864 * configure.in: Generalize Windows CE target detection.
865 * configure: Regenerate.
866 * wince/Makefile.am: Rename CE stub filename.
867 * wince/Makefile.in: Regenerate.
868 * wince/configure.in: Allow changing of CE stub.
869 * wince/configure: Regenerate.
870
871 1999-07-26 Andrew Haley <aph@cygnus.com>
872
873 * m32r/crt0.S (_start): Use a full word immediate for __bss_start
874 and _end to allow them to be placed anywhere in memory.
875
876 1999-07-08 Jason Merrill <jason@yorick.cygnus.com>
877
878 * sparc/elfsim.ld: Provide initp support.
879
880 1999-06-22 Nick Clifton <nickc@cygnus.com>
881
882 * mips/dve.ld (.rdata): Rename section to .rodata.
883 * mips/idt.ld (.rdata): Rename section to .rodata.
884 * mips/jmr3904app-java.ld (.rdata): Rename section to .rodata.
885 * mips/jmr3904app.ld (.rdata): Rename section to .rodata.
886 * mips/lsi.ld (.rdata): Rename section to .rodata.
887 * mips/nullmon.ld (.rdata): Rename section to .rodata.
888 * mips/pmon.ld (.rdata): Rename section to .rodata.
889 * mips/r5900.ld (.rdata): Rename section to .rodata.
890 * mips/sky.ld (.rdata): Rename section to .rodata.
891 * mips/vpu.ld (.rdata): Rename section to .rodata.
892
893 Tue Jun 01 16:57:46 1999 Jeff Johnston <jjohnstn@cygnus.com>
894
895 * libnosys/configure.in: Added setting of ac_file
896 prior to calling config-ml.in.
897 * libnosys/configure: Regenerated.
898 * libnosys/Makefile.in: Added code to make install directory
899 for libnosys.a prior to installing.
900
901 Wed May 26 17:22:46 1999 Christopher Faylor <cgf@cygnus.com>
902
903 * Makefile.am: Expect the object file to be in the
904 current directory.
905 * Makefile.in: Regenerate.
906
907 Tue May 25 14:35:21 1999 Christopher Faylor <cgf@cygnus.com>
908
909 * configure.in: Add wince targest.
910 * configure: Regenerate.
911 * wince: New directory
912 * wince/Makefile.am: New file.
913 * wince/Makefile.in: New file.
914 * wince/aclocal.m4: New file.
915 * wince/configure: New file.
916 * wince/configure.in: New file.
917
918 1999-05-24 Jim Wilson <wilson@cygnus.com>
919
920 * sparc/elfsim.ld: Add `.data.*'.
921
922 1999-05-22 Jason Merrill <jason@yorick.cygnus.com>
923
924 * m68k/idp.ld: Add initp support.
925 * sparc/cygmon.ld.src: Likewise.
926
927 1999-05-14 Nick Clifton <nickc@cygnus.com>
928
929 * mcore/syscalls.S (_sbrk): Round to 8 bytes not 4.
930
931 1999-05-13 Mark Salter <msalter@cygnus.com>
932
933 * mcore/configure.in: Fixed multilib support.
934 * mcore/configure: Regenerated.
935 * mcore/Makefile.in: Fixed multilib problems.
936 Added cmb board support
937 * mcore/close.c: New file.
938 * mcore/cmb-exit.c: Ditto.
939 * mcore/cmb-inbyte.c: Ditto.
940 * mcore/cmb-outbyte.c: Ditto.
941 * mcore/elf-cmb.ld: Ditto.
942 * mcore/elf-cmb.specs: Ditto.
943 * mcore/fstat.c: Ditto.
944 * mcore/getpid.c: Ditto.
945 * mcore/kill.c: Ditto.
946 * mcore/lseek.c: Ditto.
947 * mcore/open.c: Ditto.
948 * mcore/pe-cmb.ld: Ditto.
949 * mcore/pe-cmb.specs: Ditto.
950 * mcore/print.c: Ditto.
951 * mcore/putnum.c: Ditto.
952 * mcore/raise.c: Ditto.
953 * mcore/read.c: Ditto.
954 * mcore/sbrk.c: Ditto.
955 * mcore/stat.c: Ditto.
956 * mcore/unlink.c: Ditto.
957 * mcore/write.c: Ditto.
958 * mcore/c-syscalls.c: Removed.
959
960 1999-05-07 Nick Clifton <nickc@cygnus.com>
961
962 * mcore/syscalls.S (_write): Use 0x50FF instead of trap 1.
963 Tidy up code layout.
964
965 1999-05-06 Nick Clifton <nickc@cygnus.com>
966
967 * mcore/Makefile.in: Fix build rule.
968 * mcore/syscalls.s: Rename to syscalls.S
969
970 1999-05-04 Nick Clifton <nickc@cygnus.com>
971
972 * mcore/configure.in: Depend upon crt0.S not crt0.s.
973 * mcore/configure: Regenerate.
974
975 1999-04-29 Nick Clifton <nickc@cygnus.com>
976
977 * mcore/crt0.S: Renamed file from crt0.s.
978 Only invoke init() and fini() routines for ELF builds.
979 Use __bss_start__ and __bss_end__ to locate .bss section.
980
981 1999-04-26 Angela Marie Thomas <angela@cygnus.com>
982
983 * mips/array.ld: Fix ELF ctor/dtor support.
984 * mips/ddb.ld: Likewise.
985 * mips/dve.ld: Likewise.
986 * mips/idt.ld: Likewise.
987 * mips/jmr3904app.ld: Likewise.
988 * mips/lsi.ld: Likewise.
989 * mips/nullmon.ld: Likewise.
990 * mips/pmon.ld: Likewise.
991 * mips/r5900.ld: Likewise.
992 * mips/sky.ld: Likewise.
993 * mips/vpu.ld: Likewise.
994
995 1999-04-22 Nick Clifton <nickc@cygnus.com>
996
997 * mcore/crt0.s: Initialise data section, call _init and _fini.
998
999 * mcore/syscalls.s (_exit): Renamed from __exit.
1000
1001 * fr30/crt0.s (_start): Initialise arg[cv] after calling _init and
1002 atexit.
1003
1004 1999-04-21 Nick Clifton <nickc@cygnus.com>
1005
1006 * mcore/crt0.s (_start): Use .long directive, not .word.
1007
1008 * mcore/syscalls.s (_sbrk): fix syntax.
1009
1010 1999-04-20 Jason Molenda (jsm@bugshack.cygnus.com)
1011
1012 * sparc/sparc86.ld: Set alignment for the .data section.
1013
1014 1999-04-18 Nick Clifton <nickc@cygnus.com>
1015
1016 * configure.in: Add support for mcore targets.
1017 * configure: Regenerate.
1018 * mcore: New directory.
1019 * mcore/Makefile.in: New File: meta Makefile.
1020 * mcore/configure.in: New File: meta configure file..
1021 * mcore/configure: New File: Generated.
1022 * mcore/crt0.s: New File: mcore startup code.
1023 * mcore/syscalls.s: New File: Assembler system call stubs.
1024 * mcore/c-syscalls.c: New File: C system call stubs.
1025
1026 Tue Apr 13 17:20:34 1999 Catherine Moore <clm@cygnus.com>
1027
1028 * mips/array.ld: Support linkonce sections.
1029 * mips/ddb.ld: Likewise.
1030 * mips/dve.ld: Likewise.
1031 * mips/idt.ld: Likewise.
1032 * mips/jmr3904app.ld: Likewise.
1033 * mips/jmr3904app-java.ld: Likewise.
1034 * mips/jmr3904dram.ld: Likewise.
1035 * mips/jmr3904dram-java.ld: Likewise.
1036 * mips/lsi.ld: Likewise.
1037 * mips/nullmon.ld: Likewise.
1038 * mips/pmon.ld: Likewise.
1039 * mips/r5900.ld: Likewise.
1040 * mips/sky.ld: Likewise.
1041 * mips/vpu.ld: Likewise.
1042
1043 Mon Apr 12 21:01:46 1999 Catherine Moore <clm@cygnus.com>
1044
1045 * mips/array.ld: Add ELF ctor/dtor support.
1046 * mips/ddb.ld: Likewise.
1047 * mips/dve.ld: Likewise.
1048 * mips/idt.ld: Likewise.
1049 * mips/jmr3904app.ld: Likewise.
1050 * mips/lsi.ld: Likewise.
1051 * mips/nullmon.ld: Likewise.
1052 * mips/pmon.ld: Likewise.
1053 * mips/r5900.ld: Likewise.
1054 * mips/sky.ld: Likewise.
1055 * mips/vpu.ld: Likewise.
1056
1057 Sun Apr 11 00:43:34 1999 Jim Wilson <wilson@cygnus.com>
1058
1059 * i960/crt0.c (_start): Increase stack size to 256K.
1060
1061 Wed Mar 31 17:56:41 1999 Bob Manson <manson@charmed.cygnus.com>
1062
1063 * i386/cygmon-salib.c: Add read and write syscall support.
1064 * i386/cygmon-syscall.h: Ditto.
1065
1066 * i386/cygmon-gmon.[ch]: Profile support.
1067
1068 Sun Feb 28 23:39:32 1999 Geoffrey Noer <noer@cygnus.com>
1069
1070 * libnosys/configure.in: Check cygwin*, not cygwin32.
1071 * libnosys/configure: Regenerate.
1072
1073 1999-02-18 Tom Tromey <tromey@cygnus.com>
1074
1075 * mips/configure: Rebuilt.
1076 * mips/configure.in (script_list): Added jmr3904dram-java and
1077 jmr3904app-java.
1078 * mips/jmr3904dram-java.ld: New file.
1079 * mips/jmr3904dram.ld: Don't mention -lqthreads.
1080 * mips/jmr3904app-java.ld: New file.
1081 * mips/jmr3904app.ld: Don't mention -lgcjcoop.
1082
1083 Wed Feb 17 13:27:24 1999 Jim Wilson <wilson@cygnus.com>
1084
1085 * m68k/crt0.S (start): Use jpbl not jmi in coldfire code.
1086
1087 1999-02-18 Tom Tromey <tromey@cygnus.com>
1088
1089 * Merge from branch:
1090
1091 Tue Feb 16 12:57:06 PST 1999 Angela Marie Thomas <angela@cygnus.com>
1092
1093 * mips/jmr3904app.ld: Change -lqthreads to -lgcjcoop due to
1094 library name change.
1095
1096 Thu Feb 4 16:15:44 1999 Warren Levy <warrenl@cygnus.com>
1097
1098 * mips/configure.in (script_list): Added jmr3904dram.ld.
1099 * mips/configure: Rebuilt.
1100
1101 Thu Jan 21 19:11:45 1999 Warren Levy <warrenl@cygnus.com>
1102
1103 * mips/jmr3904dram.ld: Created.
1104
1105 Wed Dec 30 11:15:46 1998 Anthony Green <green@cygnus.com>
1106
1107 * mips/jmr3904app.ld: libgcc is dependent on libqthreads, so
1108 it must be linked it.
1109
1110 Wed Dec 30 11:04:54 1998 Anthony Green <green@cygnus.com>
1111
1112 * mips/jmr3904app.ld: Make sure the stack owns all 8k plus
1113 the padding allocated for alignment.
1114
1115 1998-11-23 Andrew Haley <aph@viagra.cygnus.co.uk>
1116
1117 * mips/jmr3904-io.c: change get_mem_info() to use _mem_size
1118 imported from the linker script.
1119 * mips/jmr3904app.ld: Provide _mem_size.
1120
1121 * mips/jmr3904app.ld: Allocate 8k bytes for stack.
1122
1123 1998-11-19 Andrew Haley <aph@viagra.cygnus.co.uk>
1124
1125 * mips/crt0.S: set argc to 0 before calling main()
1126 * get_mem_info() was incorrect; jmr3904 has 1M max of SRAM.
1127
1128 Wed Nov 4 15:28:44 1998 Anthony Green <green@cygnus.com>
1129
1130 * mips/jmr3904-io.c: Implement get_mem_info().
1131
1132 Wed Nov 4 15:22:41 1998 Anthony Green <green@cygnus.com>
1133
1134 * mips/Makefile.in: Rename libtx39jmr.a to libjmr3904.a.
1135 * mips/configure.in: Ditto.
1136 * mips/configure: Regenerate.
1137
1138 Tue Nov 3 15:39:14 1998 Angela Marie Thomas (angela@cygnus.com)
1139
1140 * mips/configure.in: Add jmr3904app to script list for tx39.
1141 * mips/configure: Regenerate.
1142
1143 1999-02-08 Nick Clifton <nickc@cygnus.com>
1144
1145 * libnosys/configure.in: Add support for StrongARM target.
1146 * libnosys/configure: Regenerate.
1147
1148 Thu Feb 4 10:56:59 1999 Jeff Johnston <jjohnstn@cygnus.com>
1149
1150 * d30v/syscalls.c (time): Added code to honor argument
1151 passed to time which is either a pointer to a time_t
1152 value to set or is the NULL pointer.
1153
1154 1999-02-03 Keith Seitz <keiths@cygnus.com>
1155
1156 * m32r/m32r-lib.c (rx_char): Rename rx_uchar and return
1157 only unsigned chars.
1158 (getDebugChar2): Remove and integrate support into "M"
1159 packet code.
1160
1161 1999-01-29 Doug Evans <devans@casey.cygnus.com>
1162
1163 * sparc/erc32-crt0.S (_exit): Set magic number for simulator.
1164 * sparc/traps.S (win_flush): Make sure %sp is valid before flushing
1165 all windows.
1166
1167 Tue Jan 19 06:19:51 1999 Jeffrey A Law (law@cygnus.com)
1168
1169 * mn10300/crt0.S: Use ".stack" for the name of the stack section,
1170 not "._stack". Remove mn10200 support.
1171 * mn10300/trap.S: Remove mn10200 support.
1172 * mn10300/sim.ld: Collect *(.stack) *(._stack) input sections into
1173 the .stack output section to be safe.
1174 * mn10300/eval.ld: Likewise.
1175
1176 * mn10200/crt0.S: Use ".stack" for the name of the stack section,
1177 not "._stack".
1178 * mn10200/sim.ld: Collect *(.stack) *(._stack) input sections into
1179 the .stack output section to be safe.
1180 * mn10200/eval.ld: Likewise.
1181
1182 1999-01-14 Nick Clifton <nickc@cygnus.com>
1183
1184 * fr30/Makefile.in: Set target of install to be SIM_INSTALL not
1185 MON_INSTALL.
1186
1187 * fr30/crt0.s (_start): Use atexit to call C++ global
1188 destructors. Patch from Mark Salter <msalter@cygnus.com>
1189
1190 1999-01-12 Nick Clifton <nickc@cygnus.com>
1191
1192 * fr30/crt0.s: Remove .stack section - it is no longer necessary.
1193
1194 1999-01-11 Nick Clifton <nickc@cygnus.com>
1195
1196 * fr30/crt0.s (_start): Add calls to _init and _fini for C++
1197 global constructor/destructor support.
1198
1199 1999-01-07 Nick Clifton <nickc@cygnus.com>
1200
1201 * fr30/crt0.s (_start): Apply patch from Mark Salter
1202 <msalter@cygnus.com> to cope with initialising .bss areas that are
1203 not word sized.
1204
1205 1998-12-23 Michael Meissner <meissner@cygnus.com>
1206
1207 * m68k/idp.ld (.eh_frame): Add section to the .text segment.
1208 (__{INIT,FINI}__SECTION__): Align to a 4 byte boundary.
1209 (.gcc_except_table): Ditto.
1210
1211 Mon Dec 21 22:45:05 1998 Mark Alexander <marka@cygnus.com>
1212
1213 * sh/sh1lcevb.ld: Add DWARF sections.
1214 * sh/sh2lcevb.ld: Ditto.
1215 * sh/sh3lcevb.ld: Ditto.
1216 * sh/sh3bb.ld: Ditto.
1217
1218 Fri Dec 18 22:07:21 1998 Bob Manson <manson@charmed.cygnus.com>
1219
1220 * i386/cygmon.ld: Make sure -lcygmon appears both before
1221 and after -lc, so we pick up functions from there in
1222 preference to libc functions.
1223
1224 * i386/cygmon-salib.c: Add syscalls for time and gettimeofday.
1225 Don't add __do_global_ctors () and __do_global_dtors () if
1226 we're on a coff target.
1227 (open): Add dummy function so plumhall will compile.
1228 (clock): Replacement for clock () syscall that uses
1229 gettimeofday().
1230
1231
1232 1998-12-18 Gavin Romig-Koch <gavin@cygnus.com>
1233
1234 * mips/Makefile.in, mips/vr4300.S: Move the -mips3 into vr4300.S.
1235
1236 1998-12-17 Nick Clifton <nickc@cygnus.com>
1237
1238 * fr30/syscalls.c: Include ../syscall.h not ../../sim/fr30/targ-vals.h
1239 (_open): Return file descriptor allocated by simulator.
1240 (isatty): Always false to avoid having to cope with reads from
1241 stdin. For Now...
1242
1243 1998-12-16 Nick Clifton <nickc@cygnus.com>
1244
1245 * fr30/Makefile.in: Add libraries to clean target.
1246
1247 * fr30/syscalls.c (_write): Save length so that it can be returned
1248 to caller.
1249
1250 * fr30/crt0.s (_start): Initialise argc, argv and envp before
1251 calling main().
1252
1253 1998-12-15 Gavin Romig-Koch <gavin@cygnus.com>
1254
1255 * mips/ddb.ld (OUTPUT_ARCH): Remove.
1256
1257 1998-12-12 Nick Clifton <nickc@cygnus.com>
1258
1259 * fr30/syscalls.c: Remove stub for abort and add stubs for _kill
1260 and _getpid.
1261
1262 1998-12-11 Nick Clifton <nickc@cygnus.com>
1263
1264 * configure.in: Add support for fr30 target.
1265 * configure: Regenerate.
1266 * fr30: New directory.
1267 * fr30/Makefile.am: New file - build crt0.o and libsim.a
1268 * fr30/Makefile.in: New file - generate from Makefile.am.
1269 * fr30/configure.in: New file - support fr30 target
1270 * fr30/configure: New file - generate from configure.in.
1271 * fr30/crt0.s: New file - Basic executable startup code.
1272 * fr30/syscalls.c: New file - System call emulation library.
1273
1274 1998-12-11 Gavin Romig-Koch <gavin@cygnus.com>
1275
1276 * mips/crt0.S (_start): Change initialization of FR.
1277
1278 1998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
1279
1280 * i960/crt0.c (set_stack): Change return type to void. Init SP to
1281 FP + 64 instead of FP. Simplify code to align ptr.
1282 (_start): Call exit instead of _exit. Delete local variable stack.
1283 Init stack to heap+4096.
1284 * i960/mon960.c (abort): Ifdef out.
1285 * i960/syscall.h: New file.
1286
1287 1998-12-04 Ken Raeburn <raeburn@cygnus.com>
1288
1289 * mips/cma101.c (time): Add heuristic to handle Y2K overflow.
1290
1291 Tue Dec 1 17:57:52 1998 Stan Shebs <shebs@andros.cygnus.com>
1292
1293 * config/ppc.mh (.s.o): Don't use CFLAGS_MRELOCATABLE when
1294 assembling.
1295
1296 Wed Nov 18 19:14:15 1998 Jim Wilson <wilson@cygnus.com>
1297
1298 * mips/entry.S: Handle mips16 builds.
1299
1300 1998-10-30 Ian Molee <imolee@cygnus.com>
1301
1302 * m32r/trapmon0.c: New file. Mon2000 trap handler.
1303 * m32r/trapmon0.S: Removed.
1304 * m32/Makefile.in: Changed to reflect above-changed files.
1305
1306 Wed Oct 28 07:55:55 1998 Mark Alexander <marka@cygnus.com>
1307
1308 * sparc/crt0.S: Move entry point to start of text section.
1309 Put the address of the data section at the start of the section,
1310 so the GDB sparclite loader can find it for a.out loads.
1311
1312 Mon Oct 26 13:11:41 1998 Jeffrey A Law (law@cygnus.com)
1313
1314 * d30v/syscalls.c (time): Returns a time_t and accepts a pointer to
1315 a time_t as its argument.
1316
1317 * i386/cygmon-syscall.h: Fix bogus asm constraints. You must not
1318 clobber a register that overlaps with an input or output.
1319
1320 Fri Oct 23 11:06:16 1998 John Metzler <jmetzler@cygnus.com>
1321
1322 * mips/jmr3904-io.c (hardware_init_hook): Add file to support
1323 serial input and out put as required by libgloss read and write
1324 functions.
1325
1326 * mips/jmr3904app.ld : LInker script for tx39jmr3904 board. Uses
1327 addresses per eCos conventions, not original ROM monitor.
1328
1329 * configure.in: Add libtx39jmr.c to build target
1330
1331 * Makefile.in: rules for libtx39jmr.a and jmr3904-io.o
1332
1333 1998-10-15 Ian Molee <imolee@cygnus.com>
1334
1335 * m32r/mon.specs: New file
1336 * m32r/trapmon0.S: New file
1337 * m32r/Makefile.in: Modified to add support for mon2000 trap0.
1338
1339 Tue Oct 13 11:52:03 1998 Jeff Johnston <jjohnstn@cygnus.com>
1340
1341 * libnosys/warning.h: New file.
1342
1343 1998-10-06 Ken Raeburn <raeburn@cygnus.com>
1344
1345 * mips/configure.in: Build nullmon stuff in default case. Don't
1346 treat vr4100 specially.
1347
1348 Tue Oct 6 15:17:42 1998 Jeff Johnston <jjohnstn@cygnus.com>
1349
1350 * libnosys/sbrk.c (_sbrk): Added reference to config.h.
1351 * libnosys/close.c (_close): Added stub warning outside of
1352 function body and added reference to config.h.
1353 * libnosys/execve.c (_execve): Ditto.
1354 * libnosys/fork.c (_fork): Ditto.
1355 * libnosys/fstat.c (_fstat): Ditto.
1356 * libnosys/getpid.c (_getpid): Ditto.
1357 * libnosys/gettod.c (_gettimeofday): Ditto.
1358 * libnosys/isatty.c (_isatty): Ditto.
1359 * libnosys/kill.c (_kill): Ditto.
1360 * libnosys/link.c (_link): Ditto.
1361 * libnosys/lseek.c (_lseek): Ditto.
1362 * libnosys/open.c (_open): Ditto.
1363 * libnosys/read.c (_read): Ditto.
1364 * libnosys/stat.c (_stat): Ditto.
1365 * libnosys/times.c (_times): Ditto.
1366 * libnosys/unlink.c (_unlink): Ditto.
1367 * libnosys/wait.c (_wait): Ditto.
1368 * libnosys/write.c (_write): Ditto.
1369 * libnosys/acconfig.h: New file.
1370 * libnosys/config.h.in: New file.
1371 * libnosys/exit.c: Removed as _exit cannot be stubbed.
1372 * libnosys/Makefile.in: Regenerated.
1373 * libnosys/configure.in: Configure header file specified.
1374 * libnosys/configure: Regenerated.
1375
1376 Wed Sep 30 12:45:43 1998 Bob Manson <manson@charmed.cygnus.com>
1377
1378 * i386/cygmon.ld: Increase memory limits; put the initial
1379 executable above 1MB.
1380
1381 Fri Sep 25 13:49:22 1998 Bob Manson <manson@charmed.cygnus.com>
1382
1383 * i386/configure.in: Changed crt0.c to cygmon-salib.c.
1384
1385 Wed Sep 23 19:25:46 1998 Bob Manson <manson@charmed.cygnus.com>
1386
1387 * configure.in: Add i386-*-elf* triplet.
1388 * i386/*: Support for i386 targets.
1389
1390 Wed Sep 16 19:43:52 1998 Doug Evans <devans@canuck.cygnus.com>
1391
1392 * m32r/m32r-lib.c: Rename -DMSA2000 to -DREVC and reverse test.
1393 (exceptionHandler,getExceptionHandler): Add cast to avoid warning.
1394
1395 Wed Sep 9 19:22:03 1998 Mark Alexander <marka@cygnus.com>
1396
1397 * sparc/Makefile.in: Remove cache86x.o, not needed any more.
1398 * sparc/sparclite.h: (read_asr, write_asr): Define.
1399 * sparc/cache.c (is_danlite): New function.
1400 (cache_off, cache_on, flush_i_cache): Test for DANlite.
1401 * sparc/salib.c (update_leds): Allow user to disable LED flashing.
1402 * sparc/sparc86x.ld: Prevent section overlap.
1403
1404 1998-09-04 Keith Seitz <keiths@cygnus.com>
1405
1406 * m32r/m32r-lib.c (rx_rdy): Add support for MSA2000G01 board.
1407 (rx_char): Ditto.
1408 (getDebugChar2): New function to support binary downloads (gdb
1409 remote protocol "X" command).
1410 (exceptionHandler): Add support for MSA2000G01 board.
1411 (getExceptionHandler): Ditto.
1412
1413 1998-08-20 Michael Meissner <meissner@cygnus.com>
1414
1415 * libnosys/gettod.c: Include sys/time.h so that struct timezone is
1416 declared.
1417
1418 Sun Aug 16 10:46:43 1998 Mark Alexander <marka@cygnus.com>
1419
1420 * sparc/Makefile.in: Add new BSP for sparc86x (DANlite).
1421 * sparc/salib.c (outbyte): Add hook for GDB stub.
1422 (cache_off, cache_on, flush_i_cache): Move to cache.c.
1423 * sparc/cache.c: New file for sparclite-specific cache code.
1424 * sparc/cache-86x.c: New file for sparc86x-specific cache code.
1425 * sparc/sparc86x.ld: New linker script for sparc86x.
1426 * sparc/crt0.S: Disable broken data relocation code.
1427 * sparc/sparcl-stub.c (outbyte_stub): New function for redirecting
1428 standard output to GDB.
1429 (handle_exception): Initialize outbyte hook.
1430
1431 Tue Aug 11 13:27:31 1998 Jim Wilson <wilson@cygnus.com>
1432
1433 * m68k/idp.ld (__INIT_SECTION__): Align to 2 byte boundary.
1434 * m68k/bcc.ld, m68k/mvme135.ld, m68k/mvme162.ld: Likewise.
1435 * m68k/sbc5204.ld, m68k/sbc5206.ld: Likewise.
1436
1437 1998-08-11 Jason Merrill <jason@yorick.cygnus.com>
1438
1439 * mn10300/{sim.ld,eval.ld}: Add init_priority support.
1440
1441 Tue Aug 11 10:04:05 1998 Jeffrey A Law (law@cygnus.com)
1442
1443 * mn10200/sim.ld: Rework code to insert pad before the start of the
1444 data segment.
1445 * mn10200/eval.ld: Likewise.
1446 * mn10300/sim.ld: Likewise.
1447 * mn10300/eval.ld: Likewise.
1448
1449 Sat Aug 8 09:46:37 1998 Jim Wilson <wilson@cygnus.com>
1450
1451 * mips/cma101.c (__sizemem): New local variable extra. Align base
1452 to int boundary.
1453
1454 Tue Jul 28 10:57:12 1998 Mark Alexander <marka@cygnus.com>
1455
1456 * sparc/Makefile.in (ERC32_OBJS): Add fixctors.
1457 * sparc/erc32-crt0.S: Call __fix_ctors just before calling main.
1458 * sparc/fixctors.c: New file.
1459
1460 Sat Jul 18 07:15:33 1998 Mark Alexander <marka@cygnus.com>
1461
1462 * sparc/crt0.S (win_ovf_trap, win_unf_trap): Use correct names for
1463 extern functions win_ovf and win_unf; fixes unresolved symbols
1464 in COFF.
1465
1466 Mon Jul 13 17:50:41 1998 Jeff Johnston <jjohnstn@cygnus.com>
1467
1468 * configure.in: Added libnosys as subdir.
1469 * configure: Rebuilt configure based on configure.in.
1470 * libnosys/close.c (_close): Part of new libnosys stub library
1471 to use for situations with no operating system support.
1472 * libnosys/environ.c (environ): ditto.
1473 * libnosys/execve.c (_execve): ditto.
1474 * libnosys/exit.c (_exit): ditto.
1475 * libnosys/fork.c (_fork): ditto.
1476 * libnosys/fstat.c (_fstat): ditto.
1477 * libnosys/getpid.c (_getpid): ditto.
1478 * libnosys/gettod.c (_gettimeofday): ditto.
1479 * libnosys/isatty.c (_isatty): ditto.
1480 * libnosys/kill.c (_kill): ditto.
1481 * libnosys/link.c (_link): ditto.
1482 * libnosys/lseek.c (_lseek): ditto.
1483 * libnosys/open.c (_open): ditto.
1484 * libnosys/read.c (_read): ditto.
1485 * libnosys/sbrk.c (_sbrk): ditto.
1486 * libnosys/stat.c (_stat): ditto.
1487 * libnosys/times.c (_times): ditto.
1488 * libnosys/unlink.c (_unlink): ditto.
1489 * libnosys/wait.c (_wait): ditto.
1490 * libnosys/write.c (_write): ditto.
1491 * libnosys/Makefile.in : Makefile.in for creating libnosys Makefile.
1492 * libnosys/configure.in: configure.in to create libnosys configure.
1493 * libnosys/configure: Configure for libnosys library.
1494
1495 Mon Jul 13 14:13:07 EDT 1998 Jim Lemke <jlemke@cygnus.com>
1496
1497 * sim/mips.ld: Clarify a comment.
1498
1499 Tue Jul 7 21:12:41 1998 Mark Alexander <marka@cygnus.com>
1500
1501 * sparc/elfsim.ld: Make it work on both a.out and ELF.
1502 * sparc/traps.S: Rename trap_table label to work on both a.out
1503 and ELF. Put the address of the data section at the start
1504 of the section, so the simulator loader can find it for a.out loads.
1505
1506 Thu Jun 25 09:24:53 1998 Mark Alexander <marka@cygnus.com>
1507
1508 * config/mn10200.mt: New file.
1509
1510 Tue Jun 23 22:45:49 1998 Mark Alexander <marka@cygnus.com>
1511
1512 * mn10200/crt0.S: Don't waste top four bytes of stack.
1513 * mn10200/eval.ld: Fix stack top address.
1514
1515 Mon Jun 22 09:30:22 1998 Drew Moseley <dmoseley@cygnus.com>
1516
1517 * mips/dvemon.c: Remove the close function and get it from the generic
1518 close.o
1519 * mips/Makefile.in (DVEOBJS): Add generic open.o and close.o to the DVEOBJS
1520 list to ensure that the proper API's are included.
1521
1522 Wed Jun 17 12:33:05 1998 Mark Alexander <marka@cygnus.com>
1523
1524 * configure.in: Add mn10200 support.
1525 * configure: Regenerate.
1526 * mn10200/Makefile.in: New file.
1527 * mn10200/_exit.c: New file.
1528 * mn10200/access.c: New file.
1529 * mn10200/chmod.c: New file.
1530 * mn10200/chown.c: New file.
1531 * mn10200/close.c: New file.
1532 * mn10200/configure: New file.
1533 * mn10200/configure.in: New file.
1534 * mn10200/creat.c: New file.
1535 * mn10200/crt0.S: New file.
1536 * mn10200/crt1.c: New file.
1537 * mn10200/eval.ld: New file.
1538 * mn10200/execv.c: New file.
1539 * mn10200/execve.c: New file.
1540 * mn10200/fork.c: New file.
1541 * mn10200/fstat.c: New file.
1542 * mn10200/getpid.c: New file.
1543 * mn10200/gettime.c: New file.
1544 * mn10200/isatty.c: New file.
1545 * mn10200/kill.c: New file.
1546 * mn10200/lseek.c: New file.
1547 * mn10200/open.c: New file.
1548 * mn10200/pipe.c: New file.
1549 * mn10200/read.c: New file.
1550 * mn10200/sbrk.c: New file.
1551 * mn10200/sim.ld: New file.
1552 * mn10200/stat.c: New file.
1553 * mn10200/test.c: New file.
1554 * mn10200/time.c: New file.
1555 * mn10200/times.c: New file.
1556 * mn10200/trap.S: New file.
1557 * mn10200/trap.h: New file.
1558 * mn10200/unlink.c: New file.
1559 * mn10200/utime.c: New file.
1560 * mn10200/wait.c: New file.
1561 * mn10200/write.c: New file.
1562
1563 Fri Jun 12 17:26:56 1998 Doug Evans <devans@seba.cygnus.com>
1564
1565 * m32r/sys/syscall.h: Delete. Use ./syscall.h now.
1566 * m32r/trap0.S: Renamed from trap.S.
1567 * m32r/eit.h: New file.
1568 * m32r/crtsysc.c: Delete, split up into several files.
1569 * m32r/chmod.c: New file.
1570 * m32r/close.c: New file.
1571 * m32r/exit.c: New file.
1572 * m32r/fstat.c: New file.
1573 * m32r/getpid.c: New file.
1574 * m32r/isatty.c: New file.
1575 * m32r/kill.c: New file.
1576 * m32r/lseek.c: New file.
1577 * m32r/open.c: New file.
1578 * m32r/raise.c: New file.
1579 * m32r/read.c: New file.
1580 * m32r/sbrk.c: New file.
1581 * m32r/stat.c: New file.
1582 * m32r/unlink.c: New file.
1583 * m32r/utime.c: New file.
1584 * m32r/write.c: New file.
1585 * m32r/Makefile.in (SYSCALLS): Delete.
1586 (LIBOBJS,LIBGLOSS): New variables.
1587 (all,install): Update.
1588 (libgloss.a): New rule.
1589
1590 Thu Jun 11 08:38:42 1998 Doug Evans <devans@seba.cygnus.com>
1591
1592 * sparc/cygmon-salib.c (setitimer): Add `const' to second arg.
1593 (gettimeofday): Change type of 2nd arg to struct timezone *.
1594
1595 Tue Jun 9 12:02:21 1998 Ian Carmichael <iancarm@cygnus.com>
1596
1597 * mips/syscalls.c (sbrk): Allow memory allocation to work
1598 for configurations which don't have memory at K1BASE.
1599 * mips/cma101.c (__sizemem): Ditto.
1600
1601 Tue Jun 9 13:17:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
1602
1603 * m68k/emc-stub.c: New file, stub for the EMC Symmetrix target.
1604 * m68k/gdbinit.emc: New file, user support for special features
1605 supported only on the EMC Symmetrix target.
1606
1607 Fri Jun 5 16:40:20 1998 Mark Alexander <marka@cygnus.com>
1608
1609 * sparc/elfsim.ld: Fix ctor and dtor tables to work in both
1610 little- and big-endian executables.
1611
1612 Wed Jun 3 23:09:38 1998 Mark Alexander <marka@cygnus.com>
1613
1614 * sparc/sparcl-stub.c: Include asm.h. Use STRINGSYM macro to generate
1615 proper prefix for public assembly language labels.
1616 * sparc/ex930.ld: Add DWARF sections.
1617 * sparc/ex931.ld: Ditto.
1618 * sparc/ex934.ld: Ditto.
1619 * sparc/elfsim.ld: Simplify and clean up.
1620 * sparc/Makefile.in: Build ex934 BSP. Allow little-endian builds.
1621 * sparc/traps.S (win_flush): Rewrite using code from Cygmon
1622 to eliminate register corruption.
1623
1624 Mon Jun 1 15:21:05 1998 Geoffrey Noer <noer@cygnus.com>
1625
1626 * sparc/cygmon-salib.c: Stop including sys/itimer.h
1627
1628 Sun May 31 10:46:37 1998 Michael Meissner <meissner@cygnus.com>
1629
1630 * rs6000/Makefile.in (SOLARIS_*): Don't build solaris bsp's any
1631 more.
1632
1633 Fri May 22 13:50:55 1998 Angela Marie Thomas (angela@cygnus.com)
1634
1635 * mn10300/Makefile.in: Install sim.ld.
1636
1637 Wed May 20 22:45:11 1998 Mark Alexander <marka@cygnus.com>
1638
1639 * sparc/elfsim.ld: Add constructor and destructor tables.
1640
1641 Sat May 16 17:08:17 1998 Bob Manson <manson@charmed.cygnus.com>
1642
1643 * sparc/cygmon-salib.c (__getProgramArgs): Use asm constraints.
1644
1645 Fri May 15 16:50:36 1998 Mark Alexander <marka@cygnus.com>
1646
1647 * sparc/traps.S (win_flush): Don't destroy %g1 and %g2.
1648
1649 Fri May 15 15:59:30 1998 Gavin Koch <gavin@cygnus.com>
1650
1651 * mips/configure.in: Add idt to tx39 chain.
1652 * mips/configure: Rebuild.
1653
1654 Fri May 15 15:48:28 1998 Gavin Koch <gavin@cygnus.com>
1655
1656 * mips/crt0.S (__stackbase): Added.
1657 (zerobss): Initialize __stackbase.
1658
1659 1998-05-13 Brendan Kehoe <brendan@cygnus.com>
1660
1661 * mips/configure.in: Also grok `mipstx39*-*-*'.
1662 * mips/configure: Regenerated.
1663
1664 Mon May 11 15:07:12 1998 Bob Manson <manson@charmed.cygnus.com>
1665
1666 * configure.in: Added powerpcle target.
1667 * configure: Regenerated.
1668
1669 Thu May 7 16:43:37 1998 Mark Alexander <marka@cygnus.com>
1670
1671 * sparc/elfsim.ld (OUTPUT_FORMAT): Add little-endian support.
1672
1673 * sparc/crt0.S (_start): Define label for ELF targets.
1674 * sparc/salib.c: Include asm.h. Use STRINGSYM macro to generate
1675 proper prefix for public assembly language labels.
1676 (write, read): Disable to avoid conflict with generic versions
1677 of these functions.
1678 * sparc/erc32-stub.c: Move STRINGSYM macro to sparc/asm.h.
1679 * sparc/asm.h: Move STRINGSYM macro here from sparc/erc32-stub.c
1680
1681 Mon May 4 08:30:58 1998 Mark Alexander <marka@cygnus.com>
1682
1683 * sparc/configure.in: Treat sparc86x as a sparclite.
1684 * sparc/configure.in: Ditto.
1685 * sparc/Makefile.in (slite-install): Install missing files
1686 for simulator.
1687
1688 Thu Apr 30 16:41:15 1998 John Metzler <jmetzler@cygnus.com>
1689
1690 * mips/configure.in: adjust target type pattern to export nullmon.ld
1691 * mips/configure: regenerated
1692
1693 Mon Apr 27 21:38:18 1998 Mark Alexander <marka@cygnus.com>
1694
1695 * configure.in: Added sparc86x configuration.
1696 * configure: Ditto.
1697
1698 Wed Apr 22 21:45:13 1998 Jeffrey A Law (law@cygnus.com)
1699
1700 * mips/crt0.S: Increase stack alignment.
1701
1702 Fri Apr 10 21:17:48 1998 Mark Alexander <marka@cygnus.com>
1703
1704 * sparc/traps.S (win_flush): Prevent immediate window underflow
1705 trap on return. Miscellaneous comment formatting cleanup.
1706
1707 Tue Apr 7 18:34:51 1998 Mark Alexander <marka@cygnus.com>
1708
1709 * sparc/elfsim.ld: Align BSS at 8-byte boundary.
1710
1711 Mon Apr 6 13:12:32 1998 Mark Salter <msalter@chef.cygnus.com>
1712
1713 * rs6000/ads-io.c (write): Added write().
1714
1715 * rs6000/Makefile.in: Changed objects used for libads to be
1716 new ads specific object files instead of some mvme objects.
1717
1718 * Added ads-io.c and ads-exit.c to provide function stubs which
1719 are safe on ads board (SDS monitor).
1720
1721 * rs6000/mbx-outbyte.c (outbyte): Foundry console output
1722 is fixed, so re-enable output char quoting for mbx.
1723
1724 * rs6000/mbx.specs: Added blank line to end of file. There
1725 were link errors without it?
1726
1727 * rs6000/mbx.specs: Use mbx.ld script for linking.
1728
1729 * rs6000/mbx-outbyte.c: Don't quote characters. We don't want
1730 gdb to display program output, yet.
1731
1732 * rs6000/Makefile.in (install-mbx): Fixed install of mbx.specs
1733 file.
1734
1735 * rs6000/Makefile.in: Support for MBX EPPCBug monitor.
1736 * rs6000/mbx-{exit,inbyte,outbyte,print}.c: New files for MBX.
1737 * rs6000/mbx.ld,mbx.specs: New files for MBX.
1738
1739 Wed Apr 1 21:42:40 1998 Mark Alexander <marka@cygnus.com>
1740
1741 * sparc/elfsim.ld: New linker script for running ELF programs
1742 in erc32 simulator.
1743 * sparc/erc32-crt0.S: Disable copying of data segment.
1744 * sparc/erc32-stub.c: Generate correct public name for breakinst.
1745 * sparc/Makefile.in: Build erc32 library always.
1746
1747 Thu Apr 2 11:24:32 1998 Andrew Cagney <cagney@b1.cygnus.com>
1748
1749 * mips/syscalls.c (sbrk): Check word size correct for
1750 get_mem_info.
1751
1752 Fri Mar 27 08:55:52 1998 Mark Alexander <marka@cygnus.com>
1753
1754 * mips/crt0.S: Insert NOP before _start to keep GDB happy.
1755 * mips/dve.ld: Eliminate references to VR4300.
1756
1757 Thu Mar 26 19:47:36 1998 Mark Alexander <marka@cygnus.com>
1758
1759 * mn10300/eval.ld: Don't use absolute path in SEARCH_DIR.
1760 * mn10300/sim.ld: Ditto.
1761
1762 Wed Mar 25 10:49:49 1998 Bob Manson <manson@charmed.cygnus.com>
1763
1764 * sparc/cygmon-salib.c (__getProgramArgs): New function.
1765
1766 * sparc/cygmon-crt0.S (init): Call __getProgramArgs.
1767
1768 * configure.in: Added sparc64 configuration.
1769
1770 * configure: Regenerated.
1771
1772 Tue Mar 24 10:44:41 1998 Mark Alexander <marka@cygnus.com>
1773
1774 * mn10300/Makefile.in: Install libraries, not just linker scripts.
1775
1776 Tue Mar 24 09:52:28 1998 Mark Alexander <marka@cygnus.com>
1777
1778 * config/mn10300.mt: New file
1779 * mn10300/configure.in: Use mn10300.mt as target makefile fragment
1780 instead of nothing at all.
1781 * mn10300/configure: Ditto.
1782
1783 Tue Mar 24 16:59:06 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1784
1785 * doc/configure: Regenerate with autoconf 2.12.1 to fix shell
1786 issues for NT native builds.
1787
1788 Mon Mar 16 18:51:11 1998 Bob Manson <manson@charmed.cygnus.com>
1789
1790 * sparc/cygmon-crt0.S: Make start a global symbol (for the linker
1791 script; we also need to make SYM(start) global).
1792
1793 Wed Mar 11 10:24:39 1998 Stan Cox <scox@rtl.cygnus.com>
1794
1795 * sparc/cygmon.ld.src (.debug*): Added dwarf sections.
1796
1797 Fri Mar 6 23:41:54 1998 Bob Manson <manson@charmed.cygnus.com>
1798
1799 * sparc/cygmon.ld.src: Use TARGET_RAM_START.
1800
1801 * sparc/Makefile.in (SLITE_RAM_START): Add.
1802 (SPARC_RAM_START): Add.
1803 (SPARC64_RAM_START): Add.
1804 (SLITE_ALL): Add cygmon object files and linker script.
1805 slite-install: Install CygMon libraries and linker script.
1806
1807 Mon Mar 2 19:36:12 1998 Michael Meissner <meissner@cygnus.com>
1808
1809 * rs6000/ads.ld: Add default attributes to memory region.
1810 * a29k/{p3dgps,sa29200{,b}}.ld: Ditto.
1811 * hp74x/hppa.ld: Ditto.
1812 * m68k/{bcc,idp,mvme{135,162},sbc520{4,6}}.ld: Ditto.
1813 * pa/{op50n,w89k}.ld: Ditto.
1814 * sh/{sh1{l,2,3}cevb,sh3bb}.ld: Ditto.
1815 * sparc/{erc32,ex93{0,1,4}}.ld: Ditto.
1816
1817 Fri Feb 27 17:15:35 1998 Mark Alexander <marka@cygnus.com>
1818
1819 * mn10300/configure.in (AC_INIT): Use crt0.S instead of crt0-eval.S.
1820
1821 Fri Feb 27 17:39:23 1998 Jeffrey A Law (law@cygnus.com)
1822
1823 * configure.in: Use "mn10300" subdir for "mn10300-*-*".
1824
1825 Mon Feb 23 20:29:42 1998 Mark Alexander <marka@cygnus.com>
1826
1827 * mn10300/Makefile.in (GENOBJS): Remove system calls no longer
1828 supported.
1829 * mn10300/trap.h: Use generic syscall.h.
1830 * mn10300/sys/syscall.h: Removed in favor of generic syscall.h.
1831
1832 Mon Feb 23 16:19:17 1998 Gavin Koch <gavin@cygnus.com>
1833
1834 * mips/Makefile.in (cma101.o): Add rule to explicitly use -mno-mips16.
1835 * mips/cma101.c: Reverse my previous change.
1836 Add #ifdef __mips16 then #error.
1837
1838 Mon Feb 23 11:29:33 1998 Mark Alexander <marka@cygnus.com>
1839
1840 * mn10300/Makefile.in: Add rules for building libeval.a.
1841 * mn10300/configure: Don't use default.mt.
1842 * mn10300/configure.in: Ditto.
1843 * mn10300/eval.ld: Replace with modified version of default script.
1844
1845 * mn10300/_exit.c: New file for libeval.a.
1846 * mn10300/access.c: Ditto.
1847 * mn10300/chmod.c: Ditto.
1848 * mn10300/chown.c: Ditto.
1849 * mn10300/close.c: Ditto.
1850 * mn10300/creat.c: Ditto.
1851 * mn10300/crt0.S: Ditto.
1852 * mn10300/crt1.c: Ditto.
1853 * mn10300/execv.c: Ditto.
1854 * mn10300/execve.c: Ditto.
1855 * mn10300/fork.c: Ditto.
1856 * mn10300/fstat.c: Ditto.
1857 * mn10300/getpid.c: Ditto.
1858 * mn10300/gettime.c: Ditto.
1859 * mn10300/isatty.c: Ditto.
1860 * mn10300/kill.c: Ditto.
1861 * mn10300/lseek.c: Ditto.
1862 * mn10300/open.c: Ditto.
1863 * mn10300/pipe.c: Ditto.
1864 * mn10300/read.c: Ditto.
1865 * mn10300/sbrk.c: Ditto.
1866 * mn10300/sim.ld: Ditto.
1867 * mn10300/stat.c: Ditto.
1868 * mn10300/time.c: Ditto.
1869 * mn10300/times.c: Ditto.
1870 * mn10300/trap.S: Ditto.
1871 * mn10300/trap.h: Ditto.
1872 * mn10300/unlink.c: Ditto.
1873 * mn10300/utime.c: Ditto.
1874 * mn10300/wait.c: Ditto.
1875 * mn10300/write.c: Ditto.
1876 * mn10300/sys/syscall.h: Ditto.
1877
1878 Fri Feb 20 17:19:22 1998 Gavin Koch <gavin@cygnus.com>
1879
1880 * mips/cma101.c: #ifdef out whole file if mips16.
1881
1882 Thu Feb 19 13:05:58 1998 Bob Manson <manson@charmed.cygnus.com>
1883
1884 * i960/*: Revised.
1885
1886 Wed Feb 18 12:00:20 1998 Jeff Johnston <jjohnstn@cygnus.com>
1887
1888 * m68k/crt0.S (start): Fixed code that clears .bss. Code
1889 was using dbra instruction and did not account for the fact
1890 that the instruction branches until counter is -1, not 0.
1891
1892 Tue Feb 17 18:21:52 1998 Mark Alexander <marka@cygnus.com>
1893
1894 * mn10300/Makefile.in: New file for MN10300 eval board support.
1895 * mn10300/configure: Ditto.
1896 * mn10300/configure.in: Ditto.
1897 * mn10300/crt0-eval.S: Ditto.
1898 * mn10300/eval.ld: Ditto.
1899 * mn10300/test.c: Ditto.
1900
1901 Tue Feb 17 19:55:47 1998 Gavin Koch <gavin@cygnus.com>
1902
1903 * mips/vr4300.S (__previous): Fix comment type-o in
1904 previous change.
1905
1906 Tue Feb 17 10:47:45 1998 Gavin Koch <gavin@cygnus.com>
1907
1908 * mips/vr4300.S (__previous,baseaddr,res_baseaddr):
1909 Figure the length of the exception handler at runtime
1910 rather than compile time.
1911
1912 Tue Feb 3 14:07:51 1998 Ian Lance Taylor <ian@cygnus.com>
1913
1914 * configure.in: When running config-ml.in, put --enable-multilib
1915 before ac_configure_args, so that --disable-multilib can override
1916 it.
1917 * configure: Rebuild.
1918
1919 Fri Jan 9 17:10:59 1998 Mark Alexander <marka@cygnus.com>
1920
1921 * mips/Makefile.in (LSIOBJS, DVEOBJS): Add part-specific objects.
1922
1923 Mon Jan 5 17:01:45 1998 Mark Alexander <marka@cygnus.com>
1924
1925 * config/mips.mt: Add rules for read.o and write.o.
1926 * mips/dvemon.c: New file to support Densan DVE-R3900 board.
1927 * mips/dve.ld: New file to support Densan DVE-R3900 board.
1928 * mips/Makefile.in: Add rules for Densan support library libdve.a.
1929 * mips/configure.in: Build libdve.a for tx39 targets.
1930 * mips/configure: Ditto.
1931
1932 Tue Dec 30 15:34:17 1997 Bob Manson <manson@charmed.cygnus.com>
1933
1934 * sparc/Makefile.in: Add define for TARGET_CPU_$(CPU).
1935
1936 * sparc/cygmon-salib.c: If TARGET_CPU_SPARC64, include
1937 sys/types.h, and define _open_r, _close_r, etc.
1938
1939 Sun Dec 28 17:15:50 1997 Bob Manson <manson@charmed.cygnus.com>
1940
1941 * sparc/cygmon-salib.c (_open_r, _close_r): New functions.
1942 (read, write): If the fd isn't 0, 1, or 2, return an error.
1943
1944 Fri Dec 26 18:45:28 1997 Bob Manson <manson@charmed.cygnus.com>
1945
1946 * sparc/cygmon-salib.c (_sbrk_r, _fstat_r,_brk_r): Define.
1947
1948 * sparc/cygmon-crt0.S: Zero out %fp so backtraces from gdb work
1949 properly.
1950
1951 * sparc/configure.in: Set CYGMONLDSCRIPTTEMPL appropriately.
1952
1953 * sparc/Makefile.in ($(objdir)/cygmon.ld): Use CYGMONLDSCRIPTTEMPL
1954 to determine what template file we use.
1955
1956 1997-12-22 Felix Lee <flee@cygnus.com>
1957
1958 * rs6000/sim-errno.c (_cerror): need to return -1.
1959 * rs6000/sol-cfuncs.c (_cerror): likewise.
1960
1961 Mon Dec 22 16:54:31 1997 Bob Manson <manson@charmed.cygnus.com>
1962
1963 * sparc/cygmon-crt0.S: Add stack bias code if TARGET_CPU_SPARC64 is
1964 defined. Allocate 128 bytes for a frame if sparc64.
1965
1966 * sparc/cygmon.ld.src: New file, replaced cygmon.ld.
1967
1968 * sparc/Makefile.in (SPARC_OBJ_FORMAT): Added.
1969 (SPARC64_ALL,SPARC64_INSTALL,SPARC64_OBJ_FORMAT): Added.
1970 ($(objdir)/cygmon.ld): Create from $(objdir)/cygmon.ld.src.
1971
1972 * sparc/configure.in: Add sparc64 to CPU list.
1973 * sparc/configure: Regenerated.
1974 * configure: Regenerated.
1975
1976 Sun Dec 21 18:19:27 1997 Bob Manson <manson@charmed.cygnus.com>
1977
1978 * configure.in: Added sparc64-elf configuration.
1979
1980 Wed Dec 10 19:15:26 1997 Andrew Cagney <cagney@b1.cygnus.com>
1981
1982 * mips/pmon.ld, mips/ddb.ld: Add handling of DWARF
1983 sections. Copied from mips/idt.ld.
1984
1985 Wed Dec 10 12:31:04 1997 Mark Alexander <marka@cygnus.com>
1986
1987 * mips/configure: Add entry.o to LSI library.
1988 * mips/configure.in: Ditto.
1989 * mips/crt0.S: Declare init hooks as .text to avoid linker errors.
1990 * mips/pmon.S: Don't use 64-bit instructions on 32-bit EABI machines.
1991 * mips/entry.S: New file (MIPS16 entry/exit exception handler).
1992
1993 Tue Dec 9 18:51:45 1997 Michael Meissner <meissner@cygnus.com>
1994
1995 * d30v/crt0.S (_start): Don't load r1 with 32 anymore. Zero out
1996 the 3 bss areas.
1997
1998 Fri Nov 28 22:34:14 1997 Bob Manson <manson@charmed.cygnus.com>
1999
2000 * sparc/cygmon-salib.c (open): New syscall.
2001
2002 * sparc/cygmon.ld: Add gcc_except_table section.
2003
2004 * sparc/cygmon-crt0.S: Call __install_signal_handler.
2005 Run ctors/dtors as appropriate.
2006
2007 * sparc/cygmon-salib.c (gettimeofday): New syscall.
2008 (stime): Ditto.
2009 (add_mapping): Ditto.
2010 (remove_mapping): Ditto.
2011 (__install_signal_handler): Ditto.
2012
2013 Wed Nov 26 15:25:11 1997 Michael Meissner <meissner@cygnus.com>
2014
2015 * rs6000/mcount.S: New file to in case no profiling module was
2016 defined.
2017
2018 * rs6000/Makefile.in (OBJS): Add mcount.o
2019 (mcount.o): Depend on mcount.S.
2020
2021 Mon Nov 24 23:25:07 1997 Bob Manson <manson@charmed.cygnus.com>
2022
2023 * sparc/cygmon.ld: Add linkonce sections.
2024
2025 Mon Nov 24 18:42:55 1997 Michael Meissner <meissner@cygnus.com>
2026
2027 * d30v/syscalls.c (__syscall): Correct setting errno.
2028
2029 Sun Nov 23 17:49:45 1997 Bob Manson <manson@charmed.cygnus.com>
2030
2031 * sparc/Makefile.in: Removed TARGET_CFLAGS.
2032 * sparc/configure.in: Ditto.
2033 * sparc/configure: Regenerated.
2034
2035 Fri Nov 21 21:21:23 1997 Michael Meissner <meissner@cygnus.com>
2036
2037 * syscall.h: Remove d30v from comments.
2038
2039 * d30v/syscalls.c: Use common syscall.h file, move setting errno
2040 into common function, rather than have each stub do it.
2041
2042 * d30v/Makefile.in (syscalls.c): Use common syscall.h, not the old
2043 d30v specific version.
2044 (clean): Properly remove libraries.
2045
2046 * d30v/sys/syscall.h: Delete.
2047
2048 Wed Nov 19 16:13:00 1997 Doug Evans <devans@seba.cygnus.com>
2049
2050 * rs6000/Makefile.in (unlink.o): Add rule for.
2051
2052 * syscall.h: New file.
2053
2054 Tue Nov 18 17:22:18 1997 Doug Evans <devans@seba.cygnus.com>
2055
2056 * sparc/asm.h (CONCAT1): Use __USER_LABEL_PREFIX__.
2057
2058 * sparc/Makefile.in: Reorganize file.
2059
2060 * sparc/Makefile.in: Rename all occurences of SIM to ERC32.
2061 (all): Don't build erc32 support any more (never installed anyway).
2062 * sparc/erc32-io.c: Renamed from sim-io.c.
2063 * sparc/erc32-stub.c: Renamed from sim-stub.c.
2064 * sparc/erc32-crt0.S: Renamed from sim-crt0.S.
2065 * sparc/erc32.ld: Renamed from sim.ld.
2066 * sparc/configure.in (AC_INIT): Update.
2067 * sparc/configure: Regenerate.
2068
2069 Tue Nov 18 13:54:46 1997 Michael Meissner <meissner@cygnus.com>
2070
2071 * d30v/syscalls.c: New file to provide system call stubs.
2072 * d30v/sys/syscall.h: New file to provide system call numbers.
2073 * d30v/sim-{exit,read,write}.S: Delete, no longer used.
2074 * d30v/Makefile.in: Remove old system stubs, and use the new ones
2075 in syscalls.c.
2076
2077 Tue Nov 18 12:38:37 1997 Michael Meissner <meissner@cygnus.com>
2078
2079 * d30v/sys/syscall.h: Define for d30v system calls.
2080
2081 Mon Nov 17 22:04:04 1997 Bob Manson <manson@charmed.cygnus.com>
2082
2083 * configure.in: Configure the sparc directory for the sparc-elf
2084 toolchain.
2085 * configure: Regenerated.
2086
2087 * sparc/Makefile.in: For a generic sparc toolchain, build the cygmon
2088 crt0 and install the cygmon linker script.
2089
2090 * sparc/asm.h (USER_LABEL_PREFIX): If it's already defined, don't
2091 redefine it.
2092
2093 * sparc/configure.in: Add LIB_AC_PROG_CC. Add TARGET_CFLAGS
2094 subst variable.
2095 * sparc/configure: Regenerated.
2096
2097 * sparc/cygmon.ld: New file.
2098 * sparc/cygmon-crt0.S: New file.
2099 * sparc/cygmon-salib.c: New file.
2100
2101 Sun Nov 16 20:22:22 1997 Michael Meissner <meissner@cygnus.com>
2102
2103 * d30v/crt0.S (_start): Set up stack pointer to end of internal
2104 memory by default.
2105
2106 Tue Nov 11 17:43:06 1997 Michael Meissner <meissner@cygnus.com>
2107
2108 * d30v/Makefile.in (OBJS): Use print.o, not print.c. Add sbrk.o.
2109
2110 Mon Nov 10 13:57:40 1997 Michael Meissner <meissner@cygnus.com>
2111
2112 * configure.in (d30v-*-*): Add configuration.
2113 * configure: Regenerate.
2114
2115 * d30v/{crt0,sim-{read,write,exit}}.S: Correct typos.
2116 * d30v/Makefile.in: Ditto.
2117
2118 Sat Nov 8 14:38:57 1997 Michael Meissner <meissner@cygnus.com>
2119
2120 * d30v/crt0.S: New file for d30v port.
2121 * d30v/configure{,.in}: Ditto.
2122 * d30v/Makefile.in: Ditto.
2123 * d30v/{in,out}byte.c: Ditto.
2124 * d30v/sim-{read,write,exit}.c: Ditto.
2125
2126 Tue Sep 16 15:21:08 1997 Gavin Koch <gavin@cygnus.com>
2127
2128 * mips/Makefile.in (vr4300.o): Reinstate command, it's will
2129 be necessary until all hosts properly set BSP in configure.in.
2130
2131 Mon Sep 15 16:20:29 1997 Bob Manson <manson@charmed.cygnus.com>
2132
2133 * m68k/*.ld: Add underscore versions of __CTOR_LIST__ and
2134 __DTOR_LIST__.
2135
2136 Mon Sep 15 12:13:34 1997 Mark Alexander <marka@cygnus.com>
2137
2138 * mips/crt0.S: Declare external functions as .text to
2139 eliminate linker warnings.
2140
2141 Tue Sep 9 23:35:04 1997 Gavin Koch <gavin@cygnus.com>
2142
2143 * mips/Makefile.in (SCRIPTS): Now is configurable.
2144 (BSP): Now is configurable.
2145 (vr4300.o): Remove unnecessary command.
2146 * mips/configure.in: Configure the newly configuable
2147 SCRIPTS and BSP.
2148 * mips/configure: Re-autoconf.
2149
2150
2151 Mon Sep 8 16:53:12 1997 Bob Manson <manson@charmed.cygnus.com>
2152
2153 * mips/Makefile.in (pmon.o): Added compile command that includes
2154 PART_SPECIFIC_DEFINES. Don't include cma101.o by default.
2155
2156 * mips/configure.in (part_specific_defines): New variable
2157 used when building pmon.o.
2158 (part_specific_obj): Include cma101.o as well as vr4300.o,
2159 since it is board-specific in many ways (and relies on
2160 routines in vr4300.o).
2161
2162 Mon Sep 8 14:42:44 1997 Gavin Koch <gavin@cygnus.com>
2163
2164 * mips/idt.ld: Add handling of DWARF sections.
2165
2166 Sun Sep 7 16:43:05 1997 Gavin Koch <gavin@cygnus.com>
2167
2168 * mips/crt0.S, mips/idtmon.S, mips/vr4300.S: Handle mips16 builds.
2169
2170 Thu Sep 4 19:35:12 1997 Andrew Cagney <cagney@b1.cygnus.com>
2171
2172 * v850/sys/syscall.h: Match with what is in newlib.
2173
2174 Mon Sep 1 12:43:50 1997 Andrew Cagney <cagney@b1.cygnus.com>
2175
2176 * v850/sys/syscall.h: New file.
2177
2178 Thu Aug 28 17:27:16 1997 Stan Shebs <shebs@andros.cygnus.com>
2179
2180 * rs6000/ads.ld: Define ram region.
2181 (__stack): Fix value.
2182 * rs6000/crt0.S: Clear the sbss area as well as bss.
2183
2184 Tue Aug 26 16:22:36 1997 Ian Lance Taylor <ian@cygnus.com>
2185
2186 * m68k/bcc.ld: Don't use BLOCK for the section addresses.
2187 Instead, just force . to be aligned when necessary.
2188 * m68k/idp.ld, m68k/mvme135.ld, m68k/mvme162.ld: Likewise.
2189 * m68k/sbc5204.ld, m68k/sbc5206: Likewise.
2190
2191 Fri Aug 8 14:20:16 1997 Michael Meissner <meissner@cygnus.com>
2192
2193 * rs6000/Makefile.in (install-{yellowknife,ads}): The linker
2194 scripts are in the source directory, not the object directory.
2195
2196 Fri Aug 1 12:21:31 1997 Stan Shebs <shebs@andros.cygnus.com>
2197
2198 * rs6000/ads.ld: New file, linker script for 821/860 ADS board.
2199 * rs6000/yellowknife.ld: New file, linker script for embedded
2200 Yellowknife (CHRP/PPCP) box.
2201 * rs6000/Makefile.in: Add rules for ADS and Yellowknife bits,
2202 remove references to EVM, don't optimize the test program.
2203 * rs6000/crt0.S: Renamed from mvme-crt0.S, is generic.
2204 * rs6000/mvme-stack.S: Removed, unnecessary.
2205
2206 Tue Jun 3 12:54:59 1997 Bob Manson <manson@charmed.cygnus.com>
2207
2208 * mips/crt0.S: Added GCRT0 #ifdef for profiling support.
2209
2210 * mips/Makefile.in (SCRIPTS): Added idtecoff.
2211 (PCRT0): Added.
2212
2213 * mips/idtecoff.ld: Added. Add crt0.o startup entry.
2214
2215 Fri Apr 18 15:54:11 1997 Doug Evans <dje@canuck.cygnus.com>
2216
2217 * m32r/crt0.S: Remove references to .fillinsn.
2218
2219 Mon Apr 14 16:34:27 1997 Ian Lance Taylor <ian@cygnus.com>
2220
2221 * testsuite/Makefile.in (INSTALL): Change install.sh to
2222 install-sh.
2223
2224 Wed Apr 9 15:41:39 1997 Mike Meissner <meissner@cygnus.com>
2225
2226 * rs6000/configure.in (AC_PROG_CC): copied from configure.in.
2227 * rs6000/configure: Regenerate.
2228
2229
2230 Sat Mar 29 12:21:08 1997 Bob Manson <manson@charmed.cygnus.com>
2231
2232 * sparc/(ex930.ld,ex931.ld,ex934.ld}: Set __end as well
2233 as _end and end.
2234
2235 Fri Mar 28 23:01:38 1997 Mark Alexander <marka@cygnus.com>
2236
2237 * mips/lsi.ld: Before setting _gp, use ALIGN(8) instead
2238 of ALIGN(16). Remove ALIGN from _gp computation.
2239
2240 Mon Mar 17 10:00:29 1997 Gavin Koch <gavin@cygnus.com>
2241
2242 * mips/idtmon.S: Added magic number for _flush_cache slot.
2243
2244 Fri Mar 14 14:36:06 1997 J.T. Conklin <jtc@beauty.cygnus.com>
2245
2246 * m68k/Makefile.in (install): Fix typo.
2247
2248 * m68k/crt0.S: Changed to use correct loop condition for coldfire.
2249
2250 Wed Mar 12 16:00:51 1997 Stu Grossman (grossman@critters.cygnus.com)
2251
2252 * sparc/Makefile.in: Add rules for above.
2253 (701_OBJS): Add salib-701.o, sparclet-stub.o.
2254 [Brought over from Nov 5 change in sparclet branch.]
2255
2256 * sparc/salib-701.c (flush_i_cache): Implement cache flushing to fix
2257 intermittent problems with gdb stub and breakpoints. Fixes pr 11755.
2258
2259 Wed Mar 12 15:49:30 1997 J.T. Conklin <jtc@cygnus.com>
2260
2261 * m68k/sbc5204: Fix GROUP specifier.
2262 * m68k/sbc5206: Likewise.
2263
2264 Tue Mar 11 13:43:49 1997 J.T. Conklin <jtc@cygnus.com>
2265
2266 * m68k/Makefile.in (all): Fix typo.
2267
2268 * m68k/crt0.S: Use cmpl #0,aX instead of cmpw #0,aX as the latter
2269 is an invalid instruction on the coldfire.
2270
2271 Fri Mar 7 19:42:50 1997 Mark Alexander <marka@cygnus.com>
2272
2273 * mips/lsi.ld: New file.
2274 * mips/lsipmon.S: New file.
2275 * Makefile.in: Add support for LSI variant of PMON (MiniRISC board).
2276 * pmon.S: Ditto.
2277
2278 Fri Mar 7 10:29:11 1997 Ian Lance Taylor <ian@cygnus.com>
2279
2280 * mips/regs.S (pc): Define.
2281
2282 Thu Mar 6 18:11:57 1997 Bob Manson <manson@charmed.cygnus.com>
2283
2284 * mips/pmon.S (INDIRECT): For a target that uses the 64-bit
2285 ABI, set up the stack for a 32-bit call before actually calling
2286 PMON.
2287
2288 * mips/regs.S: K1BASE needs to be a 64-bit value on a machine
2289 with 64-bit pointers.
2290
2291 * mips/syscalls.c (sbrk): Use size_t instead of unsigned int
2292 when comparing pointers.
2293
2294 Wed Mar 5 15:44:04 1997 Doug Evans <dje@seba.cygnus.com>
2295
2296 * m32r/crtsysc.c (_sbrk): Change _end decl to __model__ (__medium__).
2297 * m32r/Makefile.in (m32r-stub.o): Use MULTISRCTOP to find m32r-stub.c.
2298
2299 Tue Mar 4 07:01:44 1997 J.T. Conklin <jtc@cygnus.com>
2300
2301 * m68k/crt0.S: Use cmpw #0,aX instead of tstl aX, as the latter is
2302 an invalid addressing mode on the 68000 core.
2303
2304 Mon Mar 3 16:38:19 1997 Jim Wilson <wilson@cygnus.com>
2305
2306 * mips/crt0.S: Subtract 24 instead of 8 when computing sp.
2307
2308 Mon Mar 3 13:35:20 1997 Doug Evans <dje@canuck.cygnus.com>
2309
2310 * m32r/m32r-lib.c: New file.
2311 * m32r/{eva,eva-stub}.ld: New files.
2312 * m32r/Makefile.in: Build and install them.
2313 Also build and install m32r-stub.o.
2314
2315 Tue Feb 25 11:59:20 1997 Gavin Koch <gavin@cygnus.com>
2316
2317 * mips/configure.in (LIB_AC_PROG_CC): copied from configure.in.
2318 * mips/configure.in (AC_PROG_CC): replaced by LIB_AC_PROG_CC
2319 can't do final link until libs in this directory are built.
2320 * mips/configure: regenerated.
2321
2322 Tue Feb 25 00:31:27 1997 Ian Lance Taylor <ian@cygnus.com>
2323
2324 * mips/crt0.S: Call hardware_init_hook and software_init_hook via
2325 a register, to avoid relocation overflow if they are zero.
2326
2327 Mon Feb 24 22:25:49 1997 Gavin Koch <gavin@cygnus.com>
2328
2329 * mips/Makefile.in (IDTOBJS,PMONOBJS): Part specific modules
2330 can now be configured by part_specific_obj.
2331 * mips/configure.in (part_specific_obj): added.
2332 * mips/configure: regenerate.
2333
2334 Fri Feb 21 14:29:54 1997 Doug Evans <dje@canuck.cygnus.com>
2335
2336 * m32r/crtsysc.c (_sbrk): Declare _end with __attribute ((__sym32__)).
2337
2338 Fri Feb 21 10:10:55 1997 Jim Wilson <wilson@cygnus.com>
2339
2340 * mips/ddb.ld: Align the location counter before setting _gp, and
2341 before setting edata. Remove ALIGN from _gp computation.
2342 * mips/idt.ld, mips/pmon.ld: Before setting _gp, use ALIGN(8) instead
2343 of ALIGN(16). Remove ALIGN from _gp computation.
2344
2345 Thu Feb 20 17:30:41 1997 Ian Lance Taylor <ian@cygnus.com>
2346
2347 * mips/array.ld: Add mips16 sections.
2348 * mips/ddb.ld, mips/idt.ld, mips/pmon.ld: Likewise.
2349
2350 * mips/crt0.S (zerobss): Use subu, not sub.
2351
2352 Tue Feb 18 17:25:56 1997 Mark Alexander <marka@cygnus.com>
2353
2354 * mips/crt0.S: Add .ent lines for all code fragments, so
2355 that objdump --disassemble will display them correctly.
2356
2357 Fri Feb 14 11:07:20 1997 J.T. Conklin <jtc@cygnus.com>
2358
2359 * m68k/mvme-stub.c: New file. Common debugger stub used for mvme-
2360 based targets. This should eventually be merged with or replaced
2361 by the m68k stub from gdb.
2362 * m68k/{mvme135-stub.c, mvme162lx-stub.c}: Removed.
2363 * m68k/Makefile.in: Updated for above change.
2364
2365 * m68k/{mvme135-asm.S, mvme162lx-asm.S}: Removed all whitespace
2366 differences and changed to consistantly use the IMM macro for
2367 immediate constants. It is now possible to compare these two
2368 files without having to filter out insignificant differences.
2369
2370 * m68k/mvme135-stub.c (set_debug_traps): Renamed from
2371 init_debug_traps to match documentation and other sample debugger
2372 stubs.
2373
2374 * m68k/sbc5204.ld: New file, linker script for Arnewsh SBC5204.
2375
2376 * m68k/sbc5206.ld: New file, linker script for Arnewsh SBC5206.
2377
2378 * m68k/Makefile.in (DBUG_OBJ, DBUG_BSP): New BSP for coldfire
2379 targets running the dbug monitor.
2380
2381 * m68k/{dbug-exit.S,dbug-inbyte.S,dbug-outbyte.S}: New files.
2382
2383 Thu Feb 6 13:31:06 1997 Bob Manson <manson@charmed.cygnus.com>
2384
2385 * m68k/crt0.S: Don't use SYM to refer to symbols defined
2386 in the linker script.
2387
2388 Thu Jan 16 10:34:36 1997 Jim Wilson <wilson@cygnus.com>
2389
2390 * mips/{ddb.ld,idt.ld,pmon.ld}: Readd OUTPUT_FORMAT definition.
2391
2392 Wed Jan 8 14:49:26 1997 Jim Wilson <wilson@cygnus.com>
2393
2394 * mips/crt0.S (_start): Don't try to use FPU registers if
2395 __mips_soft_float is defined.
2396
2397 Fri Dec 27 15:41:08 1996 Bob Manson <manson@charmed.cygnus.com>
2398
2399 * sparc/Makefile.in (splet-install): Add tsc701.ld.
2400
2401 Thu Dec 26 14:59:34 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
2402
2403 * sparc/sparclet-stub.c: Add support for "P" protocol command.
2404 Add support for %cc coprocessor registers, %asr registers.
2405 Work-around broken SAVE instruction on sparclet.
2406
2407 Tue Dec 24 22:15:53 1996 Angela Marie Thomas (angela@cygnus.com)
2408
2409 * mips/pmon.S: add an INDIRECT for _flush_cache to be the
2410 same as mon_flush_cache. This fixes failures in "make check"
2411
2412 Mon Dec 23 18:08:05 1996 Jim Wilson <wilson@cygnus.com>
2413
2414 * mips/syscalls.c (__errno, _raise): Delete.
2415
2416 Wed Dec 18 17:29:28 1996 Ian Lance Taylor <ian@cygnus.com>
2417
2418 * mips/idt.ld: Align the location counter before setting _gp, and
2419 before setting edata.
2420 * mips/pmon.ld: Likewise.
2421
2422 Sat Dec 14 21:52:40 1996 Ian Lance Taylor <ian@cygnus.com>
2423
2424 * configure.in: Use a special version of AC_PROG_CC. Autoconf
2425 2.12 introduced a check for whether the compiler works, and that
2426 check will fail for a cross compilers without a complete set of
2427 libraries.
2428
2429 Fri Dec 13 10:40:14 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2430
2431 * sbrk.c: Set the heap pointer to the address of _end, not the
2432 value.
2433
2434 Wed Dec 11 15:26:50 1996 Jim Wilson <wilson@cygnus.com>
2435
2436 * mips/{ddb.ld,idt.ld,pmon.ld}: Delete OUTPUT_FORMAT definition.
2437
2438 Fri Dec 6 15:52:36 1996 Jim Wilson <wilson@cygnus.com>
2439
2440 * mips/crt0.S: Delete unreachable instruction after exit call.
2441 Move exit call before .end _start.
2442
2443 Tue Nov 26 15:05:26 1996 Doug Evans <dje@rtl.cygnus.com>
2444
2445 * configure: Regenerate with autoconf 2.12.
2446
2447 Mon Nov 11 15:12:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2448
2449 * config/ppc.mh: New PowerPC eabi target specific config file.
2450 Always use -mrelocatable-lib -mno-eabi.
2451
2452 * rs6000/configure.in (host_makefile_frag): Use config/ppc.mh.
2453 * rs6000/configure: Regenerate.
2454
2455 * rs6000/{mvme,sim}-crt0.o (_start): Make initial stack frame 64
2456 bytes, not 56 so that it is aligned to a 16 byte boundary.
2457
2458 Tue Nov 5 10:24:29 1996 Doug Evans <dje@canuck.cygnus.com>
2459
2460 * sparc/Makefile.in (crt0-701.o): Use default rule to build.
2461 * sparc/crt0-701.S: Second pass at little endian support.
2462
2463 Tue Nov 5 10:08:40 1996 Dawn Perchik <dawn@critters.cygnus.com>
2464
2465 * sparc/{salib-701.c,sparclet-stub.c,tsc701.ld}: New files.
2466 * sparc/Makefile.in: Add rules for above.
2467 (701_OBJS): Add salib-701.o, sparclet-stub.o.
2468
2469 Fri Nov 1 21:50:12 1996 Angela Marie Thomas (angela@cygnus.com)
2470
2471 * mips/ddb.ld: rename cairo.ld to ddb.ld
2472 * mips/Makefile.in: rename cairo to ddb
2473
2474 Thu Oct 31 13:54:58 1996 Stan Shebs <shebs@andros.cygnus.com>
2475
2476 * sh/sh1lcevb.ld, sh/sh2lcevb.ld, sh/sh3lcevb.ld: New files,
2477 linker scripts for Hitachi eval boards.
2478
2479 Thu Oct 31 12:39:53 1996 Doug Evans <dje@seba.cygnus.com>
2480
2481 * m32r/crt0.S: Set up fp. Speed up zeroing of bss.
2482
2483 Sun Oct 27 20:34:27 1996 Mark Alexander <marka@cygnus.com>
2484
2485 * mips/crt0.S: Initialize gp register correctly.
2486
2487 Tue Oct 22 12:02:19 1996 Doug Evans <dje@canuck.cygnus.com>
2488
2489 * m32r/sys/syscall.h: New file.
2490 * m32r/crt0.S: Rewrite.
2491 * m32r/crtsysc.c (__trap): Adjust literal and comment syntax.
2492
2493 Thu Oct 17 13:47:54 1996 Doug Evans <dje@canuck.cygnus.com>
2494
2495 * m32r/syscalls.c: Deleted, renamed to
2496 * m32r/crtsysc.c: this.
2497 * m32r/Makefile.in: Updated.
2498
2499 Mon Sep 30 11:42:08 1996 Doug Evans <dje@canuck.cygnus.com>
2500
2501 * m32r/{Makefile.in,configure.in,configure}: New files.
2502 * m32r/{crt0.S,syscalls.c,trap.S}: New files.
2503 * configure.in: Recognize m32r-*-*.
2504 * configure: Regenerated.
2505
2506 Thu Sep 26 10:59:25 1996 James G. Smith <jsmith@cygnus.co.uk>
2507
2508 * mips/crt0.S (_exit): Update terminating break instruction to use
2509 an explicit high value.
2510
2511 Mon Sep 23 19:02:32 1996 Stan Shebs <shebs@andros.cygnus.com>
2512
2513 * sh: New directory, Hitachi SH libgloss support.
2514 * sh/sh3bb.ld: New file, SH3 big box linker script.
2515
2516 Thu Sep 19 12:02:23 1996 Ian Lance Taylor <ian@cygnus.com>
2517
2518 * mips/crt0.S (zerobss): Use bltu in zerobss loop, not bne, in
2519 case the end symbol is not aligned.
2520
2521 Sun Sep 15 12:23:47 1996 James G. Smith <jsmith@cygnus.co.uk>
2522
2523 * mips/vr4300.S (__cpu_flush): Fix lui constant.
2524 * mips/crt0.S (init): Fix passing of arg0 through exit() and
2525 _exit().
2526 * mips/syscalls.c (__errno): Return address of errno, rather than
2527 NULL.
2528
2529 Wed Sep 11 10:45:13 1996 Stu Grossman (grossman@critters.cygnus.com)
2530
2531 * m68k/bcc.ls, m68k/idp.ld, m68k/mvme135.ld, m68k/mvme162.ld:
2532 Merge .init and .fini sections into .text to fix a.out.
2533
2534 Sun Sep 8 09:50:08 1996 Stu Grossman (grossman@critters.cygnus.com)
2535
2536 * m68k/bcc.ls, m68k/idp.ld, m68k/mvme135.ld, m68k/mvme162.ld:
2537 Many fixes for problems discovered during testing. Make stack end
2538 at end of ram. Force __CTOR_LIST__ and __DTOR_LIST__ to be
2539 longword aligned. Move .shdata out of .text section. Put .rodata
2540 and .gcc_except_table into .text section. Get rid of .shbss
2541 section, load it into .bss. Remove bogus start address
2542 calculation for .bss. Force all sections to be longword aligned.
2543 Create .init and .fini sections (including function prologues and
2544 epilogues) for ELF support.
2545 * cpu32bug.S cpu32bug.h: Move defs for cpu32bug monitor into
2546 cpu32bug.h. Make sure that cpu32bug function codes aren't global.
2547 Remove creation of vbr_table. Fix function prologue in _exit.
2548 Use fp instead of a6. Add .text pseudo-op to the beginning of
2549 each function.
2550 * crt0.S: Remove global symbols zeroboss, init and launch. Make
2551 main, exit, hardware_init_hook, software_init_hook, atexit and
2552 __do_global_dtors extern, not global. Fix logic error when
2553 initializing stack pointer. It now loads sp if __stack is non-
2554 zero. Reverse order of software and hardware init hooks.
2555 Hardware now comes first. Add call to __INIT_SECTION__, and
2556 register __FINI_SECTION__ with atexit. This is needed to make ELF
2557 static constructors and destructors work right.
2558
2559 Tue Sep 3 11:55:01 1996 Ian Lance Taylor <ian@cygnus.com>
2560
2561 * m68k/bcc.ld: Set address of .stab and .stabstr to 0, not `.'.
2562 * m68k/idp.ld, m68k/mvme135.ld, m68k/mvme162.ld: Likewise.
2563 * hp74x/hppa.c, rs6000/evm.ld, sparc/ex930.ld: Likewise.
2564 * sparc/ex931.ld, sparc/ex934.ld, sparc/sim.ld: Likewise.
2565
2566 Fri Aug 30 15:57:37 1996 James G. Smith <jsmith@cygnus.co.uk>
2567
2568 * mips/Makefile.in (SCRIPTS): Add cairo.
2569 (vr4300.o:): Force build with target CFLAGS to ensure correct
2570 multilib endianness. The -Tcairo.ld target uses libpmon.a aswell
2571 as the -Tpmon.ld target.
2572 * mips/{idt.ld,pmon.ld}: Remove explicit crt0.o include.
2573 * mips/cairo.ld: Added.
2574 * mips/crt0.S: Restore atexit() call. Fix startup stack
2575 initialisation.
2576 * mips/pmon.S: Fix monitor indirection to be 64bit clean.
2577 * mips/vr4300.s: Added simple bus error handler to cope with
2578 sizing memory that doesn't ghost, but does abort.
2579 * mips/cma101.c: Improve the memory sizer.
2580 * mips/regs.S: Add definitions for SR_KX, SR_SX and SR_UX.
2581
2582 Thu Aug 29 17:07:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2583
2584 * a29k/configure.in (i[345]86-*-*): Recognize i686 for pentium
2585 pro.
2586 * testsuite/libgloss.all/configure.in (i[345]86-*-*): Ditto.
2587 * a29k/configure: Regenerate.
2588
2589 Thu Aug 22 10:31:38 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2590
2591 * rs6000/Makefile.in (install{,-linux,-solaris}): Add install of
2592 Linux, Solaris libraries if built.
2593
2594 Fri Aug 16 10:12:48 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2595
2596 * m68k/Makefile.in: Add -nostdlib to the test targets.
2597 * m68k/{idp,bcc,mvme135,mvme162}.ld: Move the CTORS and DTORS from
2598 .data to .text where they really belong.
2599 * m68k/crt0.S(launch): Don't put __do_global_dtors into atexit,
2600 GCC is supposed to do this in __main.
2601
2602 Mon Aug 5 15:04:34 1996 Doug Evans <dje@canuck.cygnus.com>
2603
2604 * sparc/libsys/isatty.c: New file.
2605
2606 Sun Aug 4 22:32:14 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2607
2608 * pa/Makefile.in: Build the test case as seperate targets.
2609 * pa/{w89k,op50n}.ld: Use GROUP rather than INPUT to get all the
2610 libraries.
2611
2612 Fri Aug 2 18:25:07 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2613
2614 * m68k/Makefile.in: Install common crt0.o, remove old references
2615 to per-bsp crt0's.
2616
2617 Tue Jul 30 21:48:05 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2618
2619 * sparc/Makefile.in: Built crt0.S, not crto.s.
2620 * sparc/crt0.S: Don't use REGS macro, use % always.
2621 * sparc/salib.c: Add a prototype for putDebugChar.
2622
2623 Tue Jul 23 15:12:42 1996 Doug Evans <dje@canuck.cygnus.com>
2624
2625 * sparc/{sysc-701.c,crt0-701.S}: New files.
2626 * sparc/Makefile.in (all): Build them.
2627 ($(701_BSP),crt0-701.o): New targets.
2628 ($(CRT0),$(SIM_CRT0),dtor.o): Don't use $<, for sunos make.
2629 (all): Depend on $($(CPU)_ALL).
2630 (install): Use $(INSTALL_DATA), not $(INSTALL_PROGRAM).
2631 Depend on $($(CPU)_INSTALL).
2632 * sparc/configure.in (libgloss_topdir): Delete unnecessary $(srcdir).
2633 (AC_CONFIG_AUX_DIR): Call.
2634 (CPU): Define.
2635 * sparc/configure: Regenerated.
2636
2637 Mon Jul 22 14:32:39 1996 Doug Evans <dje@canuck.cygnus.com>
2638
2639 * config/{default.mt,mips.mt}: Don't use $<, for sunos make.
2640
2641 Mon Jul 22 15:54:02 1996 Ian Lance Taylor <ian@cygnus.com>
2642
2643 * m68k/crt0.S (zerobss): Don't use dbra if __mcf5200__.
2644
2645 Sun Jul 14 16:47:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2646
2647 * lseek.c (lseek): Don't use SET_ERRNO.
2648 * open.c (open): Ditto.
2649
2650 Wed Jul 3 18:19:10 1996 Stu Grossman (grossman@critters.cygnus.com)
2651
2652 * sparc/Makefile.in: Install ex930/931/934.ld files.
2653 * sparc/configure, sparc/configure.in: Use AC_CANONICAL_SYSTEM to
2654 define target_alias to make install work from this directory.
2655
2656 Wed Jul 3 18:04:49 1996 Ian Lance Taylor <ian@cygnus.com>
2657
2658 * Makefile.in: Make sure we always have an argument to for. Make
2659 sure rootpre and srcrootpre are always set before using
2660 FLAGS_TO_PASS.
2661
2662 Tue Jul 2 18:04:31 1996 J.T. Conklin <jtc@hippo.cygnus.com>
2663
2664 * glue.h (SET_ERRNO): Removed.
2665 * sbrk.c, stat.c, unlink.c: Don't use SET_ERRNO.
2666
2667 Mon Jul 1 14:24:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2668
2669 * rs6000/Makefile.in: Add $(srcdir)/.. dependencies for all files
2670 in the toplevel.
2671
2672 Sat Jun 29 23:26:39 1996 James G. Smith <jsmith@cygnus.co.uk>
2673
2674 * mips/cma101.c (DOSYNC): Explicitly select -mips2 for the
2675 assembly of the "sync" instruction.
2676 * mips/Makefile.in: Removed special cma101.o build. Seperate
2677 install.sh invocations for the BSP libraries.
2678
2679 Sat Jun 29 08:17:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2680
2681 * doc/porting.texi (GNU remote protocol): Fix bad texinfo.
2682
2683 Fri Jun 28 23:16:37 1996 Rob Savoye <rob@chinadoll>
2684
2685 * sparc/traps.S: Don't use REGS macro, use % always.
2686 * sparc/Makefile.in: Add -nostdlib when building the test cases,
2687 as gcc keeps thinks it wants two crt0.o.
2688 * sparc/asm.h: Don't define the REGS macro, we'll use explicit
2689 register prefixes. Always define USER_LABEL_PREFIX cause gcc is
2690 broken, and I doubt it'll get fixed.
2691
2692 Sat Jun 29 05:05:15 1996 James G. Smith <jsmith@cygnus.co.uk>
2693
2694 * mips/crt0.S (zerobss): Fix the stack-pointer calculation.
2695
2696 Thu Jun 27 17:23:33 1996 Ian Lance Taylor <ian@cygnus.com>
2697
2698 * mips/Makefile.in (vr4300.o): Pass -mips3 after $(ASFLAGS).
2699 (cma101.o): Pass -mips2 after $(CFLAGS).
2700
2701 Tue Jun 25 22:48:15 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2702
2703 * Makefile.in (bindir, libdir): Use autoconf-set values.
2704 * configure: Rebuilt.
2705
2706 * doc/Makefile.in (mandir, infodir): Use autoconf-set values.
2707 * doc/configure.in (AC_PREREQ): autoconf 2.5 or higher.
2708 * doc/configure: Rebuilt.
2709
2710 * {a29k,hp74x,i960,m68k,mips,pa,rs6000,sparc,sparc/libsys}/Makefile.in
2711 (bindir, libdir): Use autoconf-set values.
2712 * {a29k,hp74x,i960,m68k,mips,pa,rs6000,sparc,sparc/libsys}/configure.in
2713 (AC_PREREQ): autoconf 2.5 or higher.
2714 * {a29k,hp74x,i960,m68k,mips,pa,rs6000,sparc,sparc/libsys}/configure:
2715 Rebuilt.
2716
2717 Mon Jun 24 22:01:11 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2718
2719 * sparc/crt0.S: Set the stack to the upper part of memory. Execute
2720 hardware_init_hook and software_init_hook if they exist with a
2721 legit address. Drop into exit after main. Zero the bss section.
2722 * sparc/ex930.ld: PROVIDE hardware_init_hook and
2723 software_init_hook.
2724
2725 Mon Jun 24 19:44:45 1996 Ian Lance Taylor <ian@cygnus.com>
2726
2727 * mips/Makefile.in (cma101.o): Use -mips2 option when compiling.
2728
2729 Wed Jun 19 13:57:36 1996 Rob Savoye <rob@darkstar.cygnus.com>
2730
2731 * debug.[ch]: New files for GDB stub support.
2732 * config/default.mt: Add rules for debug.o.
2733 * config/default.mh: Add rule for building C++ source. Add $srcdir
2734 to INCLUDES so shared header files can be found.
2735
2736 * sparc/salib.c(exceptionHandler): Range check the vector number
2737 so we get a legit %tbr value. Add wrappers so inbyte and outbyte
2738 work.
2739 * sparc/crt0.s: Handle cpus that don't have FP support.
2740 * sparc/Makefile.in: Add multilib support. Add variable for
2741 objcopy and objdump. Build the BSPs as archive libraries, not
2742 object files. Add support for the SIS sparc simulator. Build the
2743 test case srecords and dissasembly as seperate makefile
2744 targets. Also optionally build the C++ test case. Use a target
2745 makefile fragment.
2746 * sparc/configure.in: Add multilib support.
2747 * sparc/configure: Regenerated.
2748 * sparc/asm.h: Macros to deal with aout and coff formats portably.
2749 * sparc/slite.h: Sparclite specific stuff.
2750 * sparc/{sim-crt0.S,sim-stub.c,sim-io.c,sim.ld}: New support for
2751 the SIS sparc simulator.
2752 * sparc/traps.S: Generic trap handlers for SIS and ex93x targets.
2753 * sparc/tests.c: Test case for linking and GDB protocol.
2754
2755 Tue Jun 18 20:06:16 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2756
2757 * pa/Makefile.in: Build the test case srecords and dissasembly
2758 as seperate makefile targets. Also optionally build the C++ test
2759 case.
2760 * pa/crt0.S: If __stack and __globals have a legit address, use
2761 that for %sp and %gp. Execute hardware_init_hook and
2762 software_init_hook if they exist with a legit address. Add
2763 __do_global_dtors() to the atexit array.
2764 * pa/{w89k,op50n}.ld: Use GROUP rather than INPUT to get the
2765 libraries. Allocate the stack and global spaces from the top of
2766 memory. PROVIDE hardware_init_hook and software_init_hook.
2767
2768 * m68k/Makefile.in: Build the test case srecords and dissasembly
2769 as seperate makefile targets. Also optionally build the C++ test
2770 case.
2771 * m68k/asm.h: Don't define __USER_LABEL_PREFIX__ and
2772 __REGISTER_PREFIX__ ourselves since suprisingly gcc sets them
2773 correctly for a change.
2774 * m68k/{bcc,mvme135,mvme162,idp}.ld: Use the same crt0 rather than
2775 building seperate ones. PROVIDE hardware_init_hook and
2776 software_init_hook. Stick the Constructors and Destructors in
2777 .data cause they don't work in .text (which is where they should
2778 really be).
2779 * m68k/cpu32bug: Add a few more traps to support the older ABug
2780 monitor.
2781 * m68k/crt0.S: If __stack is isn't set, set the stack to the top
2782 of memory. Excecute hardware_init_hook and software_init_hook if
2783 they exist with a legit address. Add __do_global_dtors() to the
2784 atexit array.
2785
2786 * rs6000/Makefile.in: Use the linker script to build the test
2787 case. Also build a C++ test case.
2788 * rs6000/dtor.C: Test contructors and destructors.
2789 * rs6000/{sim,mvme}.ld: New linkers scripts for the simulator and
2790 the mvme board.
2791 * rs6000/evm.ld: Provide hardware_init_hook and software_init_hook
2792 so we can test for them in the crt0.S.
2793 * rs6000/crto.S: Excecute hardware_init_hook and
2794 software_init_hook if they exist with a legit address.
2795
2796 Mon Jun 17 18:39:17 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2797
2798 * mips/Makefile.in: Replace the "test" target with seperate
2799 targets for the dissasembled file, and the srecord.
2800 * mips/configure.in: Use a target makefile fragment.
2801 * mips/configure: Regenerate.
2802 * mips/idt.ld: Add a comment on producing srecords. Setup a space
2803 for the stack. PROVIDE hardware_init_hook and software_init_hook.
2804 * mips/crt0.S: Make a small stack. Run memsize() using the temp
2805 stack, and then set the stack to the top of memory. Also grab some
2806 space for the globals. Add __do_global_dtors() to the atexit
2807 array. Call _exit from newlib so the atexit array gets run, then
2808 exits.
2809
2810 Thu Jun 13 15:44:46 1996 Ian Lance Taylor <ian@cygnus.com>
2811
2812 * mips/Makefile.in (vr4300.o): Use -mips3 option when assembling.
2813
2814 Sat Jun 1 16:27:53 1996 Michael Meissner <meissner@wogglebug.tiac.net>
2815
2816 * rs6000/simulator.S (open, close, lseek): Add system calls.
2817 * rs6000/Makefile.in (OBJS): Don't put open.o, close.o, lseek.o
2818 here.
2819 (SIM_OBJS): Put them here instead.
2820
2821 Tue Apr 30 20:01:08 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2822
2823 * m68k/crt0.S: Don't allocate __stack in the .bss section.
2824 * m68k/{idp,mvme135,mvme162,bcc}.ld: Set __stack to a word below
2825 the top of memory. Use "-l" in GROUP rather than the full name so
2826 it'll get found using the path lookup in LD. Also link in libgcc
2827 too. Don't set __lstack anymore.
2828 * m68k/Makefile.in: Build test as a series of Makefile targets,
2829 rather than as a big loop.
2830
2831 Thu Apr 25 08:38:15 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2832
2833 * rs6000/mvme-stack.S: New file, define __stack.
2834 * rs6000/mvme-crt0.S (_start): If __stack is not 0, use that for
2835 the stack address.
2836
2837 Thu Apr 25 06:42:02 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2838
2839 * rs6000/Makefile.in: Add support for multilib.
2840 * rs6000/configure.in: Ditto.
2841 * rs6000/configure: Regenerate.
2842
2843 Wed Apr 24 11:02:33 1996 Doug Evans <dje@blues.cygnus.com>
2844
2845 * sparc/libsys/Makefile.in (isatty.o): Add rule for SunOS VPATH.
2846
2847 Fri Apr 19 13:23:31 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2848
2849 * {mips,a29k,pa}/configure.in: Add support for multilibs
2850 by using config-ml.in.
2851 * {mips,a29k,pa}/configure: Regenerate.
2852 * {mips,a29k,pa}/Makefile.in: Build archive libraries,
2853 not objects for the BSPs.
2854
2855 Fri Apr 19 12:33:25 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2856
2857 * rs6000/sol-crt0.c: Delete, file moved into gcc directory.
2858
2859 Mon Apr 15 14:09:26 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2860
2861 * rs6000/simulator.S: Call _cerror to save errno if an error
2862 occurred.
2863 * rs6000/sim-errno.c (_cerrno): New function to set errno.
2864
2865 Thu Apr 11 14:19:01 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2866
2867 * rs6000/sol-{crt0.c,syscall.S,cfuncs.c}: New files to support
2868 libgloss on PowerPC Solaris.
2869
2870 * rs6000/Makefile.in: Add Solaris support.
2871
2872 Tue Apr 16 17:43:06 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2873
2874 * Makefile.in: Don't do anything if SUBDIRS is empty.
2875
2876 Mon Apr 15 15:37:52 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2877
2878 * configure.in, m68k/configure.in: Add support for multilibs by
2879 using config-ml.in.
2880 * m68k/crt0.S: If a value for __stack hasn't been specified,
2881 initialize %sp to some memory in .bss.
2882 * m68k/Makefile.in: Build archive libraries, not objects for the
2883 BSPs. Build multiple copies of the crt0.o, one for each target. Add
2884 support to build multilibs.
2885 * idp.ld, bcc.ld, mvme135.ld, mvme162.ld: Use GROUP to look for
2886 libc.a and the BSP rather than INPUT an object. Get the right
2887 crt0.o.
2888
2889 Tue Apr 9 23:31:53 1996 Ian Lance Taylor <ian@cygnus.com>
2890
2891 * m68k/cpu32bug.S (getDebugChar): Use extw/extl rather than
2892 extbl, so it can be used on a 68000.
2893
2894 Wed Mar 27 17:18:01 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2895
2896 * rs6000/{mvme-exit,simulator}.S (_exit): Loop on a trap
2897 instruction following the _exit system call. This also makes sure
2898 that the debugger reports the address as being in _exit, rather
2899 than whatever function follows _exit.
2900
2901 Fri Mar 15 12:30:02 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2902
2903 * i960/{Makefile.in,asm.h,configure,configure.in,mon-read.c,
2904 mon-syscalls.S,mon-write.c}: Initial support for MON960.
2905 * configure.in: Add support for i960.
2906 * configure: Rebuild with autoconf 2.8.
2907
2908 Fri Mar 8 18:12:52 1996 Ian Lance Taylor <ian@cygnus.com>
2909
2910 * a29k/configure.in: Call AC_CONFIG_AUX_DIR.
2911 * a29k/configure: Rebuild with autoconf 2.7.
2912 * m68k/configure.in: Call AC_CONFIG_AUX_DIR before
2913 AC_CANONICAL_SYSTEM.
2914 * mips/configure.in, pa/configure.in: Likewise.
2915 * rs6000/configure.in: Likewise.
2916 * m68k/configure, mips/configure, pa/configure: Rebuild.
2917 * rs6000/configure: Rebuild.
2918
2919 Fri Mar 8 08:11:14 1996 Doug Evans <dje@charmed.cygnus.com>
2920
2921 * sparc/libsys/sbrk.S (curbrk): Moved from here,
2922 * sparc/libsys/cerror.S (curbrk): To here.
2923
2924 Thu Mar 7 11:39:09 1996 James G. Smith <jsmith@cygnus.co.uk>
2925
2926 * mips/crt0.S (bssloop): Updated comment to reflect the source.
2927
2928 Wed Mar 6 18:12:25 1996 Doug Evans <dje@charmed.cygnus.com>
2929
2930 * configure.in (sparclet-*-aout*): Add entry.
2931 * configure: Regenerated.
2932 * sparc/libsys/{Makefile.in,configure.in,configure,isatty.c,
2933 libsys-crt0.S,sbrk.S,syscall.h,syscallasm.h,template.S,template_r.S}:
2934 New files.
2935
2936 Fri Feb 23 22:21:07 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2937
2938 * a29k: New dir for a29k-coff support for the AMSAT Phase-3D
2939 satellite. (doesn't use udi)
2940 * a29k/{29200-io.c,Makefile.in,configure,configure.in,README,crt0.s,
2941 p3dgps.ld,sa29200.ld,sa29200b.ld,test.c: New files for a29k
2942 support.
2943 * a29k/sys/{cpudef.h,intrinsi.h,macros.h,romdcl.h,sysmac.h,
2944 fpsymbol.h,libconfig.h,proreg.h,smartmac.h}: New files for a29k
2945 support.
2946 * configure.in: Add support for a29k.
2947 * configure: Rebuild.
2948
2949 Thu Feb 22 13:32:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2950
2951 * rs6000/mvme-read.c (read): New file, if large read, do a .INLN
2952 system call, instead of sucessive .INCHR system calls. Map \r on
2953 input to \n.
2954
2955 * rs6000/mvme-inbyte.S: Add stub for new input system calls.
2956
2957 * rs6000/Makefile.in (MVME_OBJS): Add mvme-read.o, delete read.o
2958
2959 Wed Feb 21 16:45:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2960
2961 * rs6000/mvme-print.c: New file, map write into sequences of
2962 .OUTLN/.OUTCHR/.PCRLF rather than just using .OUTCHR.
2963
2964 * rs6000/mvme-outbyte.S: Add stubs for new output system calls.
2965
2966 * rs6000/Makefile.in (MVME_OBJS): Add mvme-print.o, delete print.o
2967 and write.o.
2968
2969 Thu Feb 15 11:37:02 1996 James G. Smith <jsmith@cygnus.co.uk>
2970
2971 * mips/{mipsidt,mipspmon}.ld: Added OUTPUT_ARCH definition.
2972 * mips/cma101.c (time): Added time() function.
2973
2974 Tue Feb 13 10:36:07 1996 James G. Smith <jsmith@cygnus.co.uk>
2975
2976 * mips/vr4300.S (__cpu_flush): Fix loop counter.
2977
2978 Tue Jan 30 15:41:19 1996 James G. Smith <jsmith@cygnus.co.uk>
2979
2980 * mips/syscalls.c: Used include file, rather than local manifest
2981 definitions.
2982 * mips/crt0.S: Removed IDT monitor entry points.
2983 * mips/Makefile.in: Construct mipsidt and mipspmon BSP files.
2984 * mips/{cma101.c,idtmon.S,pmon.S,regs.S,vr4300.S}: Added.
2985 * mips/{mipspmon.ld}: Added.
2986
2987 Sun Jan 28 08:01:31 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2988
2989 * rs6000/configure.in (AC_INIT): Use sim-crt0.S, not crt0.s.
2990 * rs6000/configure: Regenerate.
2991
2992 Wed Jan 24 14:26:01 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2993
2994 * rs6000/{mvme,sim}-crt0.S (__atexit): Put the __atexit variable
2995 in the .sdata section, and provide a fixup for the address, in
2996 order to support the new -msdata compiler flag.
2997
2998 Thu Jan 11 11:24:25 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2999
3000 * rs6000/{mvme,sim}-crt0.S (__atexit): Provide address of atexit,
3001 so eabi-ctors in libgcc.a can know to register the function to
3002 call all of the destructors.
3003
3004 Sat Dec 30 14:31:37 1995 Doug Evans <dje@canuck.cygnus.com>
3005
3006 * configure.in (AC_CONFIG_AUX_DIR): Adjust to new build tree layout.
3007 * {doc,hp74x,m68k,mips,pa,rs6000,sparc}/configure.in
3008 (AC_CONFIG_AUX_DIR): Define
3009 * {,doc,hp74x,m68k,mips,pa,rs6000,sparc}/configure: Regenerated.
3010
3011 Mon Dec 11 12:20:24 1995 Ian Lance Taylor <ian@cygnus.com>
3012
3013 * Makefile.in (FLAGS_TO_PASS): Add INSTALL, INSTALL_PROGRAM,
3014 and INSTALL_DATA.
3015
3016 Fri Dec 1 16:54:15 1995 James G. Smith <jsmith@cygnus.co.uk>
3017
3018 * mips/syscalls.c (sbrk): Fixed memory addressing. System call
3019 returns size, not (last address + 1).
3020
3021 Thu Nov 16 13:47:57 1995 Ian Lance Taylor <ian@cygnus.com>
3022
3023 * config/default.mh: Don't define CC_FOR_TARGET, AS_FOR_TARGET,
3024 AR_FOR_TARGET, LD_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET,
3025 OBJDUMP_FOR_TARGET, or OBJCOPY_FOR_TARGET. Change the build rules
3026 to use CC, etc., instead of CC_FOR_TARGET, etc.
3027 * configure.in, */configure.in: Get values for CC, AS, AR, LD, and
3028 RANLIB. Always use default.mh.
3029 * Makefile.in (FLAGS_TO_PASS): Pass down LD.
3030 * Makefile.in, */Makefile.in: Let CC, AS, AR, LD, and RANLIB by
3031 substituted by the autoconf configure script. Use them instead of
3032 the *_FOR_TARGET variants.
3033 * hp74x/configure.in: Don't call AC_CANONICAL_SYSTEM.
3034 * m68k/configure.in: Call AC_ARG_PROGRAM.
3035 * mips/configure.in, pa/configure.in: Likewise.
3036 * rs6000/configure.in: Likewise.
3037 * m68k/Makefile.in: Set program_transform_name, OBJDUMP, and
3038 OBJCOPY.
3039 * mips/Makefile.in, pa/Makefile.in, rs6000/Makefile.in: Likewise.
3040 * mips/Makefile.in: Split new test target from all target.
3041 * configure, */configure: Rebuild.
3042
3043 Tue Nov 14 12:04:36 1995 Angela Marie Thomas (angela@cygnus.com)
3044
3045 * Makefile.in: Added prefix, exec-prefix and tooldir to
3046 FLAGS_TO_PASS so vaulting works correctly.
3047
3048 Tue Nov 14 18:32:41 1995 James G. Smith <jsmith@cygnus.co.uk>
3049
3050 * mips/mipsidt.ld: Added.
3051 * mips/syscalls.c: Added.
3052 * mips/crt0.S: Added FPU presence check, and entry points into IDT
3053 monitor.
3054 * mips/Makefile.in (all): Updated to build generic IDT monitor
3055 crt0.o file.
3056 * mips/test.c (main): Removed unnecessary prototypes.
3057 * configure.in (configdirs): Removed mips64vr4300 target.
3058 * configure: Re-generated.
3059 * config/default.mh (OBJDUMP_FOR_TARGET): Added missing parent
3060 directory path element.
3061 * mipsidt: Directory removed.
3062
3063 Fri Nov 10 12:50:03 1995 Ian Lance Taylor <ian@cygnus.com>
3064
3065 * configure.in, */configure.in: Don't call AC_ARG_PROGRAM.
3066 * configure, */configure: Rebuild.
3067 * Makefile.in, */Makefile.in: Don't set program_transform_name.
3068
3069 Wed Nov 8 16:19:31 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
3070
3071 * configure.in (configdirs): Add mips*vr4300*-*-* target.
3072
3073 * configure: Re-generated.
3074
3075 * mipsidt/crt0.S: Check for FPU presence.
3076
3077 * mipsidt/mipsidt.ld: Removed explicit crt0.o from link.
3078
3079 * mipsidt/Makefile.in: Explicitly link against crt0.o file.
3080
3081 Thu Nov 2 23:27:28 1995 Rob Savoye <rob@chinadoll.cygnus.com>
3082
3083 * config/default.mh: Add additional "../" to path used to find
3084 comp-tools binaries in an object tree.
3085
3086 Mon Oct 30 18:10:47 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3087
3088 * rs6000/mvme-crt0.S (_start): Zero out bss before the the program
3089 starts.
3090
3091 Tue Oct 24 10:07:50 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3092
3093 * rs6000/mvme-{exit,outbyte,inbyte}.S: Use hex for the system
3094 calls, not decimal, since formatting the disk when you intend to
3095 write out a character is not nice.
3096
3097 Mon Oct 23 22:17:12 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3098
3099 * rs6000/mvme-crt0.S (_start): Bump sp by -4 before storing end of
3100 stack chain to avoid last word indebugger's memory.
3101
3102 * rs6000/mvme-{exit,inbyte,outbyte}.S: System call number goes in
3103 r10, not r0.
3104
3105 Mon Oct 23 17:57:23 1995 James G. Smith <jsmith@jaalfrezi.cygnus.co.uk>
3106
3107 * mipsidt/Makefile.in: Removed the LDFLAGS_FOR_TARGET in the test
3108 program link.
3109
3110 * mipsidt/crt0.S: Changed monitor entry sequence.
3111
3112 * mipsidt/syscalls.c: Added local sbrk() function, derived from
3113 (libgloss/sbrk.c), but using the monitor routine to ascertain the
3114 amount of memory available.
3115
3116 Mon Oct 23 11:58:04 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
3117
3118 * mipsidt: Added (directory). This is a simple crt0 module for the
3119 IDT MIPS monitor. The existing "libgloss/mips" directory is for a
3120 specific R3000 board, so it was safer creating a new target
3121 directory.
3122 * mipsidt/Makefile.in: Added.
3123 * mipsidt/configure: Added.
3124 * mipsidt/configure.in: Added.
3125 * mipsidt/crt0.S: Added.
3126
3127 * mipsidt/syscalls.c: Added.
3128 * mipsidt/test.c: Added.
3129
3130 * configure (mips*vr4300*-*-*): Use new mipsidt target directory.
3131
3132 Mon Oct 9 21:07:08 1995 Michael Meissner <meissner@cygnus.com>
3133
3134 * rs6000/Makefile (all asm rules): Remove asm.h dependency.
3135 * rs6000/asm.h: File deleted, moved to gcc directory as ppc-asm.h.
3136 * rs6000/mvme-{crt0,exit,inbyte,outbyte}.S: Include ppc-asm.h, not
3137 asm.h.
3138 * rs6000/sim{-crt0,ulator}.S: Ditto.
3139
3140 * rs6000/{mvme,sim}-crt0.S (_start): Don't use FUNC_START/FUNC_END
3141 for _start, since the linker needs to see this.
3142
3143 Mon Oct 9 12:08:12 1995 Stu Grossman (grossman@cygnus.com)
3144
3145 * sparc/sparc-stub.c: include sparclite.h to get access to register
3146 fondling macros.
3147 * (trap_low): Save and restore FP regs if necessary. Also, clean
3148 up save and restore of debug unit regs.
3149 * (hard_trap_info): Add more architecturally defined traps.
3150 * (set_debug_traps): Only set FP disabled trap if FP is disabled.
3151 * (get_in_break_mode): Clean up. Get rid of calls to
3152 set_hw_breakpoint_trap(). Also, use write_asi macro
3153 * (handle_exception): Clean up `g' and `G' commands. Add `P'
3154 command.
3155 * (hw_breakpoint): Why was this here!? It's gone now...
3156 * sparc/crt0.s: Speed up prom copy loop. Clean up window over/under
3157 flow setup. Call main instead of jumping to it.
3158 * sparc/salib.c (get_uart_status rcv_char flush_i_cache): Use new
3159 and improved read_asi macro.
3160 * (win_ovf win_unf): Parameterize window size.
3161 * sparclite.h (read_asi): Rewrite so that macro returns an rval.
3162 * (read_psr write_psr): New macros to do the obvious.
3163 * Add conditionalized code for 933 window size.
3164
3165 Fri Oct 6 15:35:01 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3166
3167 * rs6000/simulator.S (abort): Delete abort.
3168 * rs6000/sim-abort.c: New file, to print message that abort was
3169 called.
3170 * rs6000/Makefile.in (SIM_OBJS): Add sim-abort.o.
3171
3172 * rs6000/asm.h (FUNC_NAME, FUNC_START, FUNC_END): New macros that
3173 give the start and end of a function written in assembler. If
3174 -mcall-aixdesc or -mcall-nt, create a function descriptor and name
3175 the real function with one or two leading periods.
3176
3177 * rs6000/{simulator,sim-crt0}.S: Use new function macros.
3178 * rs6000/mvme-{crt0,exit,inbyte,outbyte}.S: Ditto.
3179
3180 * rs6000/Makefile.in: Add asm.h as a dependent for all .S files.
3181 Compile the .S files with gcc, so that -mcall-* flags define the
3182 appropriate macros.
3183
3184 Thu Sep 28 13:49:45 1995 Ian Lance Taylor <ian@cygnus.com>
3185
3186 * sparc/ex93x.ld: Remove crt0.o from INPUT; gcc will normally pass
3187 crt0.o anyhow. Add leading underscore to __CTOR_LIST__, et. al.
3188 * sparc/salib.c (__main): Comment out empty function.
3189
3190 Wed Sep 20 14:36:12 1995 Ian Lance Taylor <ian@cygnus.com>
3191
3192 * Makefile.in (maintainer-clean): New synonym for realclean.
3193 * hp74x/Makefile.in (maintainer-clean): Likewise.
3194 * m68k/Makefile.in (maintainer-clean): Likewise.
3195 * pa/Makefile.in (maintainer-clean): Likewise.
3196 * mips/Makefile.in (maintainer-clean): Likewise.
3197 * rs6000/Makefile.in (maintainer-clean): Likewise.
3198 * sparc/Makefile.in (maintainer-clean): Likewise.
3199 * doc/Makefile.in (maintainer-clean): Likewise.
3200 * testsuite/Makefile.in (maintainer-clean): Likewise.
3201 * testsuite/libgloss.all/Makefile.in (maintainer-clean): Likewise.
3202
3203 Sat Sep 16 23:04:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3204
3205 * rs6000/Makefile.in (all): Fix typo preventing simulator from
3206 being built.
3207
3208 Tue Sep 12 10:43:41 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3209
3210 * rs6000/Makefile.in: Misc mvme support fixes.
3211
3212 * rs6000/{mvme-exit.S, mvme-inbyte.S, mvme-outbyte.S}: Strip
3213 leading underscores from identifiers.
3214
3215 * m68k/asm.h: New file, macro definitions helpful for assembly
3216 language programming.
3217 * m68k/{cpu32bug.S, crt0.S, mvme.S, mvme135-asm.S, mvme162lx-asm.S}:
3218 Use asm.h.
3219
3220 * rs6000/{mvme-crt0.S, mvme-exit.S, mvme-inbyte.S, mvme-outbyte.S}:
3221 New files, preliminary support for motorola mvme targets running
3222 the ppcbug monitor.
3223 * rs6000/Makefile.in: Build mvme support.
3224
3225 * rs6000/asm.h: New file, macro definitions helpful for assembly
3226 language programming.
3227 * rs6000/{sim-crt0.S, simulator.S}: Use asm.h.
3228
3229 Fri Sep 8 18:51:29 1995 Michael Meissner <meissner@wogglebug.tiac.net>
3230
3231 * rs6000/sim-sbrk.c (sbrk): Add cast to silence warning.
3232
3233 Fri Sep 8 13:03:12 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3234
3235 * m68k/idp-inbyte.c (READREG): Add volatile to the cast, to avoid
3236 reordered insns that can end up being an infinite loop.
3237 * m68k/idp-outbyte.c (READREG): Likewise.
3238
3239 Wed Sep 6 10:01:33 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3240
3241 * rs6000/sim-sbrk.c (sbrk): Use the brk system call, instead of
3242 using a large static area for the break area.
3243
3244 Thu Aug 24 14:57:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3245
3246 * rs6000/Makefile.in (install*): Add separate installation rules
3247 for sim and evm targets.
3248
3249 Wed Aug 23 16:49:02 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3250
3251 * rs6000/sim*: Add PowerPC simulator support.
3252
3253 Tue Aug 22 11:52:40 1995 Jeff Law (law@snake.cs.utah.edu)
3254
3255 * pa/hp-milli.s: Add entry/exit pseudo-ops around all exported
3256 code. Fix callinfo directives to include "millicode" attribute.
3257
3258 * pa/hp-milli.s (divU): Fix bug found by arith-rand1.c testing.
3259
3260 Mon Aug 21 23:31:42 1995 Jeff Law (law@snake.cs.utah.edu)
3261
3262 * pa/crt0.S ($START$): Use local label prefix for local label
3263 "bssloop".
3264
3265 Mon Aug 14 11:57:46 1995 Kung Hsu <kung@mexican.cygnus.com>
3266
3267 * ex93x/sparclite.h: add __WINSIZE.
3268 * ex93x/salib.c: Use __WINSIZE, implements write with $O command of
3269 stub protocol.
3270
3271 Thu Aug 3 14:40:12 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3272
3273 * Makefile.in: Updated to reflect filename changes.
3274
3275 * m68k/mc68681-duart.h: Renamed to m68681reg.h.
3276 * m68k/mc68681-duart.c: Split up and renamed to idp-inbyte.c and
3277 idp-outbyte.c
3278
3279 Fri Jul 28 11:23:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3280
3281 * m68k/mc68681-duart.h: Removed everything except register offsets.
3282 Changed offsets so they reflect actual chip instead of how device
3283 is mapped into the IDP address space.
3284 * m68k/mc68681-duart.c (DUART_ADDR): New macro, base address.
3285 (READREG, WRITEREG): Changed to correspond to unusual way the
3286 device is mapped (ie. base address + (reg offset * 4) + 3)).
3287 (duart_status, duart_mode, duart_init, duart_restore): Removed,
3288 these interfaces were never used and didn't work.
3289 (outbyte): Removed unconditional delay.
3290
3291 * m68k/crt0.S: Use SYM(_end) instead of end. This completes my
3292 change of April 18th which makes the "_end" symbol compatible
3293 with both a.out and coff toolchains.
3294 (zerobss): Handle zero-length bss.
3295
3296 Thu Jul 27 15:35:37 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3297
3298 * configure, {doc, hp74x, m68k, mips, pa, sparc}/configure:
3299 regenerated with autoconf 2.4.2.
3300
3301 Wed Jul 26 13:42:27 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3302
3303 * doc/porting.texi: Fix typos and spelling errors.
3304
3305 Mon Jun 26 09:23:23 1995 Jeffrey A. Law <law@rtl.cygnus.com>
3306
3307 * pa/Makefile.in: Enable HP supplied millicode routines.
3308 * pa/hp-milli.s: Make sure copyright notice gets included
3309 in objects files.
3310
3311 * pa/crt0.S ($START$): Use "%" instead of "'" to avoid losing whe
3312 run through cpp.
3313
3314 Fri Jun 16 18:40:22 1995 Jeffrey A. Law <law@rtl.cygnus.com>
3315
3316 * pa/crt0.S ($START$): Use long-calls to call main and exit.
3317
3318 Tue Jun 13 16:05:13 1995 Rob Savoye <rob@darkstar.cygnus.com>
3319
3320 * pa/crt0.S: Call exit() after returning from main.
3321
3322 Tue Jun 13 10:43:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3323
3324 * Makefile.in, {doc, hp74x, m68k, mips, pa, sparc}/Makefile.in
3325 (distclean, realclean): Remove autoconf-generated config.cache
3326 and config.log files.
3327
3328 Mon Jun 5 15:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3329
3330 * config/{default.mh, dos.mh} (CFLAGS_FOR_TARGET): Added -O2.
3331 (.c.o, .s.o, .S.o, etc.): Don't use @ to hide how the compiler
3332 is invoked, it makes it much more difficult to debug.
3333
3334 Tue May 30 19:07:59 1995 Rob Savoye <rob@darkstar.cygnus.com>
3335
3336 * testsuite/libgloss.all/math.c: Add additional tests for modulo.
3337
3338 Mon May 29 13:03:39 1995 Rob Savoye <rob@darkstar.cygnus.com>
3339
3340 * stat.c: Add const so it works with newlib's stat.h.
3341
3342 Thu May 25 16:28:42 1995 Rob Savoye <rob@darkstar.cygnus.com>
3343
3344 * m68k/mvme.S: Extend sign using two instructions rather than one
3345 so it'll work on a stock mc68000.
3346
3347 Tue May 23 18:12:19 1995 Rob Savoye <rob@darkstar.cygnus.com>
3348
3349 * close.c, stat.c, fstat.c, open.c, lseek.c, print.c, putnum.c,
3350 unlink.c read.c, sbrk.c, getpid.x, kill.c: New files that used to
3351 be glue.c.
3352 * {m68k,pa,mips}/Makefile.in: Build using broken up glue.c.
3353 * pa/Makefile.in: Make all just build BSP, add seperate test
3354 target.
3355 * most files: add Cygnus BSD-style copyright message.
3356
3357 Tue May 23 12:58:03 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3358
3359 * configure.in, {hp74x, m68k, mips, pa, sparc}/configure.in:
3360 Use changequote() to temporarily turn off m4 quoting so that
3361 i[345]86-*-go32 pattern in case statement remains unchanged.
3362 * configure, {hp74x, m68k, mips, pa, sparc}/configure:
3363 regenerated.
3364
3365 Tue May 23 11:15:52 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
3366
3367 * mips/Makefile.in (SCRIPT): added "SCRIPT = array.ld" so installs
3368 work correctly.
3369
3370 Mon May 22 21:33:49 1995 Rob Savoye <rob@darkstar.cygnus.com>
3371
3372 * ex93x: renamed to sparc.
3373 * r3000: renamed to mips.
3374 * hppro: renamed to pa.
3375 * configure.in, configure: Use new directory names.
3376 * config/default.mh: Remove '' in sed program_transform_name so
3377 it actually works.
3378 * doc/porting.texi: update doc.
3379
3380 Wed May 17 17:25:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3381
3382 * doc/configure.in: converted to autoconf.
3383 * doc/configure: New file, generated with autoconf 2.3.
3384
3385 * Makefile.in, config/{ex93x, hp74x, hppro, m68k,
3386 r3000}/Makefile.in (Makefile.in): Added config.status to
3387 dependency list.
3388 (config.status): New target.
3389
3390 * m68k/Makefile.in: Build M68332BCC BSP.
3391
3392 Wed May 10 18:43:21 1995 Stu Grossman (grossman@andros.cygnus.com)
3393
3394 * glue.c: Change decl of end to char[] for some reason.
3395 * (sbrk): Rewrite sbrk so that it works.
3396 * (fstat): Return status indicating fd is for a tty. Makes stdio
3397 work better.
3398 * hppro/crt0.S (_sr4export): Retrieve rp from -24(sp), not
3399 -18(sp). Note that -24 decimal == -18 hex...
3400 * hppro/op50n-io.S: Add read and write interfaces to the rom
3401 monitor. Unfortunately, the monitor doesn't seem to work...
3402 * hppro/op50n.ld: Clean up lots of stuff. Define memory in a
3403 nice way. Define stack and reserve space. Put heap after stack.
3404
3405 Thu May 4 10:28:01 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3406
3407 * configure.in (AC_PREREQ): Changed to 2.3, since autoconf
3408 versions prior to this generate code that AIX 4.X's sh can't
3409 hack.
3410
3411 * m68k/Makefile.in (BCC_BSP, BCC_OBJS): New BSP for M68332BCC.
3412 * m68k/cpu32bug.S: New file, support for cpu32bug monitor used by
3413 bcc.
3414 * m68k/bcc.ld: Link with bcc.o
3415
3416 Fri Apr 21 16:17:17 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
3417
3418 * hppro/{milli.S,divide.S,divI.S,divU.S,multiply.S,test-div.c,
3419 test-dyncall.c,test-mul.c,remI.S,remU.S,dyncall.S}: Delete.
3420 * hppro/divcnst-generic/*: Delete.
3421 * hppro/divcnst-fast/*: Delete.
3422 * hppro/Makefile.in: Delete junk.
3423
3424 Tue Apr 18 11:22:47 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3425
3426 * m68k/{bcc.ld idp.ld, mvme135.ld, mvme162lx.ld}: Removed stack
3427 section, moved __stack definition to the top level and set it
3428 explicitly to the value appropriate to the target board.
3429 Added __end symbol (needed for a.out toolchains).
3430
3431 Mon Apr 17 12:48:48 1995 Stu Grossman (grossman@andros.cygnus.com)
3432
3433 * hppro/w89k.ld: Move _stack to before `end' and `_end' so that
3434 malloc doesn't trash the stack.
3435 * hppro/w89k-io.c (outbyte): Make this be void, and remove return
3436 value, which is useless anyway.
3437
3438 Mon Apr 17 06:13:55 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3439
3440 * m68k/bcc.ld: New file, linker script for M68332BCC Business Card
3441 Computer.
3442 * m68k/Makefile.in: Install BCC linker script.
3443
3444 * Makefile.in: Fixed typo.
3445
3446 * hppro/configure.in: Changed AC_INIT file from crt0.s to crt0.S.
3447 * hppro/configure: regenerated.
3448
3449 Mon Apr 17 00:02:15 1995 Stu Grossman (grossman@andros.cygnus.com)
3450
3451 * hppro/op50n.ld: Define _stack explicitly instead of implicitly
3452 via common.
3453 * hppro/{w89k-io.c w89k.h}: Use pointers to volatile for inp and
3454 outp. Use correct port numbers for COM1 serial port.
3455
3456 Fri Apr 14 16:56:35 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
3457
3458 * m68k/mc68ec.c (_exit): Use extended asm construct to get the
3459 proper immediate-operand syntax for whatever the target assembler
3460 configuration is.
3461 * m68k/mvme.S (__IMMEDIATE_PREFIX__, IMM): Copy and use macro
3462 definitions as in m68k/crt0.S.
3463
3464 Thu Apr 13 16:48:46 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
3465
3466 * Makefile.in: fixed clean rules such that they do not try to
3467 clean ${SUBDIRS} if libgloss not supported on that target.
3468
3469 Thu Apr 13 13:39:46 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3470
3471 * configure.in: Append new subdirectories to ${configdirs}.
3472 (go32-*-*): Removed.
3473 * configure: Regenerated.
3474
3475 * m68k/mvme162lx.ld: Put __stack in ram, even though it's not
3476 loaded.
3477
3478 * m68k/Makefile.in: Don't hide how BSP objects are built.
3479
3480 * glue.c (print, putnum): declared void.
3481
3482 * {hppro,m68k}/Makefile.in: Use ${CC_FOR_TARGET} to link executables.
3483 (LIBS_FOR_TARGET): Removed.
3484
3485 * config/{default.mh, dos.mh} (NEWLIB_CFLAGS, NEWLIB_LDFLAGS): New
3486 make variables, expands to compiler flags to find headers and
3487 libraries if ${objroot}/newlib is present.
3488 (CFLAGS_FOR_TARGET): Added ${NEWLIB_CFLAGS}.
3489 (LDFLAGS_FOR_TARGET): Added ${NEWLIB_LDFLAGS}.
3490 (LIBC_FOR_TARGET, LIBM_FOR_TARGET, LIBGCC_FOR_TARGET,
3491 LIBS_FOR_TARGET): Removed.
3492
3493 Thu Apr 13 11:51:17 1995 Torbjorn Granlund <tege@adder.cygnus.com>
3494
3495 * m68k/Makefile.in (install): Use correct names for MVME* variables.
3496 * configure.in: Delete `unknown' from m68* case.
3497
3498 Thu Apr 13 11:47:01 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3499
3500 * m68k/crt0.S: initialize stack pointer to __stack before creating
3501 inital stack frame.
3502
3503 * m68k/{idp.ld, mvme135.ld, mvme162lx.ld}: Move __stack out of
3504 bss, and into its own segment with an address at top of RAM.
3505
3506 Wed Apr 12 12:36:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3507
3508 * {.,ex93x,hp74x,hppro,m68k,r3000}/{Makefile,configure}.in:
3509 converted to autoconf.
3510 * {.,ex93x,hp74x,hppro,m68k,r3000}/configure: New files, generated
3511 from configure.in with autoconf 2.3.
3512
3513 Mon Apr 10 22:50:48 1995 J.T. Conklin (jtc@rtl.cygnus.com)
3514
3515 * m68k/{idp.ld, mvme135.ld, mvme162lx.ld}: Revert last change,
3516 CONSTRUCTING and RELOCATING only work for linker scripts built
3517 from ld/scripttmpl/*.
3518
3519 * m68k/{idp.ld, mvme135.ld, mvme162lx.ld}: Changed to use
3520 CONSTRUCTING and RELOCATING expressions so that the ctor/dtor
3521 tables and etext, edata, and end variables are only done when
3522 appropriate.
3523
3524 Fri Apr 7 17:30:35 1995 Stu Grossman (grossman@andros.cygnus.com)
3525
3526 * config/default.mh: Use $${srcroot} instead of ${SRCROOT} to get
3527 inherited value.
3528 * hppro/crt0.S: Remove static definitions of _stack and $global$.
3529 Let the linker script define them in the BSS segment.
3530 * hppro/w89k.ld: Use MEMORY to define memory regions. Add defs
3531 for $global$ and _stack in the appropriate segments.
3532
3533 Tue Apr 4 18:27:37 1995 Jason Molenda (phydeaux@cygnus.com)
3534
3535 * Makefile.in (FLAGS_TO_PASS): pass down MAKEINFO.
3536
3537 Thu Mar 30 18:10:53 1995 Kung Hsu <kung@mexican.cygnus.com>
3538
3539 * ex93x/ex93x.ld: Add crt0.o in INPUT.
3540 * ex93x/sparcl-stub.c: Add nop after bg insn.
3541 * ex93x/sparc-stub.c: Add & 0x7f mask to all character input.
3542
3543 Thu Mar 30 15:22:31 1995 Rob Savoye <rob@rtl.cygnus.com>
3544
3545 * {hppro,m68k,ex93x,testsuite/libgloss}/configure.in: Add SRCROOT
3546 variable.
3547 * {hppro,m68k,ex93x,testsuite/libgloss}/Makefile.in: Add SRCROOT
3548 variable.
3549 * config/default.mh: Use SRCROOT to find the newlib includes.
3550
3551 Tue Mar 28 19:54:26 1995 Rob Savoye <rob@darkstar.cygnus.com>
3552
3553 * configure.in, testsuite/configure.in: Add SRCROOT variable.
3554 * glue.c: Change "char *path" to "const char *path" so it works
3555 with the changes stat.h.
3556
3557 Fri Mar 24 17:29:08 1995 Kung Hsu <kung@mexican.cygnus.com>
3558
3559 * ex93x/ex93x.ld: The stubs module now can have different names for
3560 different SPARClite chips. Use default one which is slite930.o.
3561
3562 Mon Mar 20 15:49:46 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3563
3564 * m68k/mc68ec.c (_exit): Changed to take integer status argument.
3565
3566 Fri Mar 17 17:48:42 1995 Kung Hsu <kung@mexican.cygnus.com>
3567
3568 * config/default.h: add -I. to INCLUDES.
3569 * ex93x/salib.c: to include sparclite.h.
3570 * ex93x/sparclite.h: new file copied from gdb/sparclite.
3571
3572 * config/default.mh: Fix INCLUDES to one level less '../'.
3573
3574 Mon Mar 13 17:05:35 1995 Rob Savoye <rob@darkstar.cygnus.com>
3575
3576 * testsuite/libgloss.all/misc.c: Misc bug reports, mostly
3577 soft-float tests.
3578
3579 Wed Mar 8 19:00:18 1995 Rob Savoye <rob@darkstar.cygnus.com>
3580
3581 * m68k/{crt0.S, mvem135.ld, mvme162lx.ld, idp.ld}: Setup the stack
3582 in the linker script. Use a macro to cover using '#' or '&' for
3583 immediate values.
3584 * m68k/{mvme135-asm.S, mvme162lx-asm.S}: Use a macro to cover
3585 using '#' or '&' for immediate values.
3586 * testsuite/libgloss.all/io.c: Add a test for read().
3587
3588 Thu Feb 16 21:13:34 1995 Rob Savoye <rob@darkstar.cygnus.com>
3589
3590 * glue.c: Make use _ansi.h, move to top level libgloss directory
3591 form all other directories.
3592 * Makefile.in: All Makefiles had SCRIPTS and OBJROOT added.
3593 * {m68k,hppro,r3000)/Makefile.in: All build the test the same way
3594 using OBJROOT.
3595 * configure.in: All configure.in now edit the value to OBJROOT in
3596 the Makefiles they produce.
3597 * config/default.mh: Use OBJROOT for paths to test for fresh
3598 binaries.
3599 * configure.in: Add the testsuite directory.
3600 * testsuite/config/{m68k.mt,mips.mt}: New target support for
3601 MVME135, IDP, and Array targets.
3602
3603 Thu Feb 9 21:45:33 1995 Rob Savoye <rob@darkstar.cygnus.com>
3604
3605 * testsuite/libgloss.all{varargs.c,varargs2.c}: Test cases for
3606 traditional and ANSI varargs. (which currently fail)
3607 * Makefile.in: Build intelligently and use dependancies so we
3608 don't rebuild the world for each test run.
3609 * configure.in: Make a .gdbinit file to run the tests and load via
3610 gdb.
3611
3612 Wed Mar 8 22:35:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
3613
3614 * m68k/idp.ld: Omit STARTUP line, since crt0.o is being supplied
3615 by gcc.
3616
3617 Thu Feb 23 12:08:19 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
3618
3619 * m68k/crt0.S: Use '&' instead of '#' for immediate operands.
3620 * m68k/mc68ec.c: Ditto, in asm statements.
3621 * m68k/mvme.S: Ditto.
3622
3623 Wed Feb 1 23:55:39 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
3624
3625 * Makefile.in (all): added "else" statements for Ultrix to work
3626
3627 Fri Jan 27 10:48:20 1995 Rob Savoye <rob@darkstar.cygnus.com>
3628
3629 * testuite/{config,lib,libgloss.all}: DejaGnu testing support.
3630 * testsuite/config/support.c: A minimal testing API for minimal
3631 targets.
3632 * testsuite/config/hppa.mt: Set build flags for PRO targets.
3633 * libgloss.all/{float.c,memory.c,io.c,double.c,math.c,array.c}:
3634 Test cases for libgloss and soft-float.
3635
3636 * hppro/{w89k.ld,op50n.ld}: Set .text here now.
3637
3638 Wed Jan 25 21:16:38 1995 Rob Savoye <rob@darkstar.cygnus.com>
3639
3640 * testsuite/{config,lib,libgloss.all}: The beginnings of a test
3641 suite for low level stuff. A few test cases now all build.
3642
3643 Thu Jan 12 13:02:12 1995 Rob Savoye <rob@darkstar.cygnus.com>
3644
3645 * config/default.mh: Change default path for linking in a freshly
3646 built libc.a, libm.a, libgcc.a to work with -msift-float.
3647
3648 * hppro/Makefile.in: Set MULTILIB so the -msoft-float safe
3649 libraries get used.
3650
3651 * m68k/Makefile.in: Use explicit rules, rather than redefining
3652 .c.o. This is to force compiling with -m68000.
3653
3654 Mon Jan 9 15:28:10 1995 Rob Savoye <rob@darkstar.cygnus.com>
3655
3656 * {hppro,m68k,r3000}/glue.c: Return correct value on receiving a
3657 '\n' or '\r'.
3658
3659 Fri Dec 30 15:05:03 1994 Rob Savoye <rob@darkstar.cygnus.com>
3660
3661 * doc, doc/Makefile.in, configure.in: New directory.
3662 * doc/porting.texi: New manual that explains porting the GNU tools
3663 to embedded systems.
3664
3665 Mon Dec 19 16:05:37 1994 Kung Hsu <kung@mexican.cygnus.com>
3666
3667 * ex93x/Makefile.in: Use sparcl-stub.c instaed of sparc-stub.c,
3668 which has hardware breakpoint support.
3669 * ex93x/Makefile.in: Also generate slite930.o and slite931.o, instead
3670 slite.o.
3671 * ex93x/sparcl-stub.c: New file.
3672 * ex93x/sparc-stub.c: Use latest from gdb/sparclite directory.
3673
3674 Fri Dec 16 15:17:14 1994 Rob Savoye <rob@darkstar.cygnus.com>
3675
3676 * r3000/crt0.S: Zero the bss section by words.
3677
3678 * r3000/Makefile.in: Add in the rest of the support code for the
3679 Array Tech board.
3680
3681 * r3000/array.ld: Set the memory map for the Array Tech LSI
3682 prototype.
3683
3684 * r3000/array-io.c: Lowest level I/O code for Array Tech LSI
3685 prototype using ROM entry points.
3686
3687 Wed Dec 14 10:23:41 1994 Rob Savoye <rob@darkstar.cygnus.com>
3688
3689 * hppro/crt0.S: Add _sr4export function so GDB calls work.
3690
3691 * hppro/Makefile.in: Link in libc.a twice so atexit works().
3692
3693 * hppro/glue.c: Don't stub out __main anymore.
3694
3695 Tue Dec 13 15:42:23 1994 Rob Savoye <rob@darkstar.cygnus.com>
3696
3697 * r3000/Makefile.in: Look for both libgcc2 and libgcc.
3698
3699 * r3000/glue.c,crt0.S,test.c: New support for for mips.
3700
3701 * configure.in: Configure r3000 dir for a mips chip.
3702
3703 Tue Dec 6 15:24:41 1994 Rob Savoye <rob@darkstar.cygnus.com>
3704
3705 * hppro/divcnst-generic/*.S. Add .exit and .procend so it'll
3706 compile.
3707
3708 * hppro/Makefile.in: Link in the rest of the millicode routines.
3709
3710 Mon Nov 21 20:21:48 1994 Rob Savoye <rob@darkstar.cygnus.com>
3711
3712 * hppro/configure.in,config/dos.mh: Work for a canadian cross,
3713 since xgcc is for the wrong architecture.
3714
3715 Thu Nov 17 21:07:52 1994 Rob Savoye <rob@darkstar.cygnus.com>
3716
3717 * config/default.mh: Find the corrrect libgcc2.a.
3718
3719 * Makefile.in: Link in libgcc2.a by default. Build new millicode
3720 routines.
3721
3722 * divI.S, divU.S, multiply.S, remI.S, remU.S, test-div.c,
3723 test-dyncall.c, test-mul.c: New millicode files for low level math
3724 support.
3725
3726 * test.c: Use printf so millicode gets exercised.
3727
3728 * divcnst-fast/divU_10.S, divU_12.S, divU_3.S, divU_5.S, divU_6.S,
3729 divU_9.S: Fast versions of some division routines.
3730
3731 * divcnst-generic/divI_14.S, divI_5.S, divI_9.S, divU_14.S
3732 divU_5.S, divU_9.S divI_10.S, divI_15.S, divI_6.S, divU_10.S,
3733 divU_15.S, divU_6.S divI_12.S, divI_3.S, divI_7.S, divU_12.S,
3734 divU_3.S, divU_7.S: Yet more millicode routines.
3735
3736 Wed Nov 16 15:25:03 1994 Rob Savoye (rob@cygnus.com)
3737
3738 * config/default.mh: Add default searches for the correct libc and
3739 libm.
3740
3741 * Makefile.in: Use ${LIBC_FOR_TARGET} and ${LIBM_FOR_TARGET}
3742
3743 * hppro/w89k.ld,op50n.ld,Makefile.in: Don't try to link in libc
3744 for the test program.
3745
3746 Tue Nov 8 17:12:35 1994 Rob Savoye <rob@rtl.cygnus.com>
3747
3748 * m68k/glue.c: Remove errno so there's no libc dependancies.
3749
3750 * m68k/mvme135-asm.S: Moved setup_vectors and exceptionHandler
3751 from mvme.S so the library can link without the stub.
3752
3753 * m68k: New directory. Merge the idp, shared, and mvme135
3754 directories into one place.
3755
3756 * config/default.mh: Use CC_FOR_TARGET for .S files so the
3757 preprocessor actually gets run.
3758
3759 * ex93x/crt0.s, ex93x/salib.c: Migrate changes from gdb/sparclite.
3760
3761 Fri Sep 16 21:22:57 1994 Rob Savoye (rob@darkstar.cygnus.com)
3762
3763 * shared, idp, mvme135: Support for Motorola IDP and MVME135 m68k
3764 based target boards. Moved from newlib/stub.
3765
3766 * ex93x: Move from newlib/stub/ex93x. Sparclite ex93x
3767 board support.
3768
3769 * hp74x, hppro: Add HP 742 & hp743 code "as is" with a working but
3770 unfinished gdb stub. Add hppro for the WinBind and Oki Pa target
3771 boards.
3772
3773 * libgloss: Creation. A library for board support packages. The
3774 Gnu low-level OS Support. Move mvme135/ChangeLog to here.
3775
3776 Wed Sep 29 20:42:34 1993 Rob Savoye (rob@darkstar.cygnus.com)
3777
3778 * mvme135/crt0.S, mvme135/glue.c: Moved to ../shared.
3779
3780 Thu Apr 1 13:18:15 1993 Ian Lance Taylor (ian@cygnus.com)
3781
3782 * mvme135/mvme.S: Renamed exceptionhandler to exceptionHandler, which is
3783 what mvme135-stub.c expects.
3784
3785 Tue Mar 30 18:44:43 1993 Doug Evans (dje@poseidon.cygnus.com)
3786
3787 * mvme135/mvme135-stub.c (initializeRemcomErrorFrame): Remove reference to
3788 __STDC__.
3789
3790 Tue Dec 29 10:15:33 1992 Ian Lance Taylor (ian@cygnus.com)
3791
3792 * mvme135/mvme135-asm.S: new file.
3793 mvme135-stub.c: moved all assembler routines into mvme135-asm.S.
3794 Makefile.in: build mvme135-stub.o.
3795
3796 * ChangeLog: created.
This page took 0.186775 seconds and 4 git commands to generate.