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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [libgloss/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 56 joel
1999-11-11  Brendan Kehoe  
2
 
3
        * sparc/elfsim.ld (.text): Also provide __EH_FRAME_BEGIN__ since we're
4
        not bringing in crtbegin.o.
5
        * sparc/sparc86x.ld (.text): Likewise.   Add initp support.
6
 
7
1999-10-30  Geoffrey Keating  
8
 
9
        * mips/crt0.S: Handle -membedded-pic properly.  Set the $gp much
10
        earlier because it'll be needed.  Set the high bits of the PC to
11
        be consistent with other pointers, so that exception handling
12
        doesn't get confused.
13
 
14
1999-09-27  Jonathan Larmour  
15
 
16
        * sparc/crt0.s: Delete. This file is obsolete and caused problems
17
        on case-insensitive windows filesystems.
18
 
19
1999-07-26  Andrew Haley  
20
 
21
        * m32r/crt0.S (_start): Use a full word immediate for __bss_start
22
        and _end to allow them to be placed anywhere in memory.
23
 
24
1999-07-08  Jason Merrill  
25
 
26
        * sparc/elfsim.ld: Provide initp support.
27
 
28
1999-06-22  Nick Clifton  
29
 
30
        * mips/dve.ld (.rdata): Rename section to .rodata.
31
        * mips/idt.ld (.rdata): Rename section to .rodata.
32
        * mips/jmr3904app-java.ld (.rdata): Rename section to .rodata.
33
        * mips/jmr3904app.ld (.rdata): Rename section to .rodata.
34
        * mips/lsi.ld (.rdata): Rename section to .rodata.
35
        * mips/nullmon.ld (.rdata): Rename section to .rodata.
36
        * mips/pmon.ld (.rdata): Rename section to .rodata.
37
        * mips/r5900.ld (.rdata): Rename section to .rodata.
38
        * mips/sky.ld (.rdata): Rename section to .rodata.
39
        * mips/vpu.ld (.rdata): Rename section to .rodata.
40
 
41
Tue Jun 01 16:57:46 1999  Jeff Johnston 
42
 
43
        * libnosys/configure.in: Added setting of ac_file
44
        prior to calling config-ml.in.
45
        * libnosys/configure: Regenerated.
46
        * libnosys/Makefile.in: Added code to make install directory
47
        for libnosys.a prior to installing.
48
 
49
1999-05-24  Jim Wilson  
50
 
51
        * sparc/elfsim.ld: Add `.data.*'.
52
 
53
1999-05-22  Jason Merrill  
54
 
55
        * m68k/idp.ld: Add initp support.
56
        * sparc/cygmon.ld.src: Likewise.
57
 
58
1999-05-14  Nick Clifton  
59
 
60
        * mcore/syscalls.S (_sbrk): Round to 8 bytes not 4.
61
 
62
1999-05-13  Mark Salter  
63
 
64
        * mcore/configure.in: Fixed multilib support.
65
        * mcore/configure: Regenerated.
66
        * mcore/Makefile.in: Fixed multilib problems.
67
        Added cmb board support
68
        * mcore/close.c: New file.
69
        * mcore/cmb-exit.c: Ditto.
70
        * mcore/cmb-inbyte.c: Ditto.
71
        * mcore/cmb-outbyte.c: Ditto.
72
        * mcore/elf-cmb.ld: Ditto.
73
        * mcore/elf-cmb.specs: Ditto.
74
        * mcore/fstat.c: Ditto.
75
        * mcore/getpid.c: Ditto.
76
        * mcore/kill.c: Ditto.
77
        * mcore/lseek.c: Ditto.
78
        * mcore/open.c: Ditto.
79
        * mcore/pe-cmb.ld: Ditto.
80
        * mcore/pe-cmb.specs: Ditto.
81
        * mcore/print.c: Ditto.
82
        * mcore/putnum.c: Ditto.
83
        * mcore/raise.c: Ditto.
84
        * mcore/read.c: Ditto.
85
        * mcore/sbrk.c: Ditto.
86
        * mcore/stat.c: Ditto.
87
        * mcore/unlink.c: Ditto.
88
        * mcore/write.c: Ditto.
89
        * mcore/c-syscalls.c: Removed.
90
 
91
1999-05-07  Nick Clifton  
92
 
93
        * mcore/syscalls.S (_write): Use 0x50FF instead of trap 1.
94
        Tidy up code layout.
95
 
96
1999-05-06  Nick Clifton  
97
 
98
        * mcore/Makefile.in: Fix build rule.
99
        * mcore/syscalls.s: Rename to syscalls.S
100
 
101
1999-05-04  Nick Clifton  
102
 
103
        * mcore/configure.in: Depend upon crt0.S not crt0.s.
104
        * mcore/configure: Regenerate.
105
 
106
1999-04-29  Nick Clifton  
107
 
108
        * mcore/crt0.S: Renamed file from crt0.s.
109
        Only invoke init() and fini() routines for ELF builds.
110
        Use __bss_start__ and __bss_end__ to locate .bss section.
111
 
112
1999-04-26  Angela Marie Thomas 
113
 
114
        * mips/array.ld:  Fix ELF ctor/dtor support.
115
        * mips/ddb.ld: Likewise.
116
        * mips/dve.ld: Likewise.
117
        * mips/idt.ld: Likewise.
118
        * mips/jmr3904app.ld: Likewise.
119
        * mips/lsi.ld: Likewise.
120
        * mips/nullmon.ld: Likewise.
121
        * mips/pmon.ld: Likewise.
122
        * mips/r5900.ld: Likewise.
123
        * mips/sky.ld: Likewise.
124
        * mips/vpu.ld: Likewise.
125
 
126
1999-04-22  Nick Clifton  
127
 
128
        * mcore/crt0.s: Initialise data section, call _init and _fini.
129
 
130
        * mcore/syscalls.s (_exit): Renamed from __exit.
131
 
132
        * fr30/crt0.s (_start): Initialise arg[cv] after calling _init and
133
        atexit.
134
 
135
1999-04-21  Nick Clifton  
136
 
137
        * mcore/crt0.s (_start): Use .long directive, not .word.
138
 
139
        * mcore/syscalls.s (_sbrk): fix syntax.
140
 
141
1999-04-20  Jason Molenda  (jsm@bugshack.cygnus.com)
142
 
143
        * sparc/sparc86.ld: Set alignment for the .data section.
144
 
145
1999-04-18  Nick Clifton  
146
 
147
        * configure.in: Add support for mcore targets.
148
        * configure: Regenerate.
149
        * mcore: New directory.
150
        * mcore/Makefile.in: New File: meta Makefile.
151
        * mcore/configure.in: New File: meta configure file..
152
        * mcore/configure: New File: Generated.
153
        * mcore/crt0.s: New File: mcore startup code.
154
        * mcore/syscalls.s: New File: Assembler system call stubs.
155
        * mcore/c-syscalls.c: New File: C system call stubs.
156
 
157
Tue Apr 13 17:20:34 1999  Catherine Moore  
158
 
159
        * mips/array.ld:  Support linkonce sections.
160
        * mips/ddb.ld: Likewise.
161
        * mips/dve.ld: Likewise.
162
        * mips/idt.ld: Likewise.
163
        * mips/jmr3904app.ld: Likewise.
164
        * mips/jmr3904app-java.ld: Likewise.
165
        * mips/jmr3904dram.ld: Likewise.
166
        * mips/jmr3904dram-java.ld: Likewise.
167
        * mips/lsi.ld: Likewise.
168
        * mips/nullmon.ld: Likewise.
169
        * mips/pmon.ld: Likewise.
170
        * mips/r5900.ld: Likewise.
171
        * mips/sky.ld: Likewise.
172
        * mips/vpu.ld: Likewise.
173
 
174
Mon Apr 12 21:01:46 1999  Catherine Moore  
175
 
176
        * mips/array.ld:  Add ELF ctor/dtor support.
177
        * mips/ddb.ld: Likewise.
178
        * mips/dve.ld: Likewise.
179
        * mips/idt.ld: Likewise.
180
        * mips/jmr3904app.ld: Likewise.
181
        * mips/lsi.ld: Likewise.
182
        * mips/nullmon.ld: Likewise.
183
        * mips/pmon.ld: Likewise.
184
        * mips/r5900.ld: Likewise.
185
        * mips/sky.ld: Likewise.
186
        * mips/vpu.ld: Likewise.
187
 
188
Sun Apr 11 00:43:34 1999  Jim Wilson  
189
 
190
        * i960/crt0.c (_start): Increase stack size to 256K.
191
 
192
Wed Mar 31 17:56:41 1999  Bob Manson  
193
 
194
        * i386/cygmon-salib.c: Add read and write syscall support.
195
        * i386/cygmon-syscall.h: Ditto.
196
 
197
        * i386/cygmon-gmon.[ch]: Profile support.
198
 
199
Sun Feb 28 23:39:32 1999  Geoffrey Noer  
200
 
201
        * libnosys/configure.in: Check cygwin*, not cygwin32.
202
        * libnosys/configure: Regenerate.
203
 
204
1999-02-18  Tom Tromey  
205
 
206
        * mips/configure: Rebuilt.
207
        * mips/configure.in (script_list): Added jmr3904dram-java and
208
        jmr3904app-java.
209
        * mips/jmr3904dram-java.ld: New file.
210
        * mips/jmr3904dram.ld: Don't mention -lqthreads.
211
        * mips/jmr3904app-java.ld: New file.
212
        * mips/jmr3904app.ld: Don't mention -lgcjcoop.
213
 
214
Wed Feb 17 13:27:24 1999  Jim Wilson  
215
 
216
        * m68k/crt0.S (start): Use jpbl not jmi in coldfire code.
217
 
218
1999-02-18  Tom Tromey  
219
 
220
        * Merge from branch:
221
 
222
        Tue Feb 16 12:57:06 PST 1999  Angela Marie Thomas  
223
 
224
        * mips/jmr3904app.ld: Change -lqthreads to -lgcjcoop due to
225
        library name change.
226
 
227
        Thu Feb  4 16:15:44 1999  Warren Levy  
228
 
229
        * mips/configure.in (script_list): Added jmr3904dram.ld.
230
        * mips/configure: Rebuilt.
231
 
232
        Thu Jan 21 19:11:45 1999  Warren Levy  
233
 
234
        * mips/jmr3904dram.ld: Created.
235
 
236
        Wed Dec 30 11:15:46 1998  Anthony Green  
237
 
238
        * mips/jmr3904app.ld: libgcc is dependent on libqthreads, so
239
        it must be linked it.
240
 
241
        Wed Dec 30 11:04:54 1998  Anthony Green  
242
 
243
        * mips/jmr3904app.ld: Make sure the stack owns all 8k plus
244
        the padding allocated for alignment.
245
 
246
        1998-11-23  Andrew Haley  
247
 
248
        * mips/jmr3904-io.c: change get_mem_info() to use _mem_size
249
        imported from the linker script.
250
        * mips/jmr3904app.ld: Provide _mem_size.
251
 
252
        * mips/jmr3904app.ld: Allocate 8k bytes for stack.
253
 
254
        1998-11-19  Andrew Haley  
255
 
256
        * mips/crt0.S: set argc to 0 before calling main()
257
        * get_mem_info() was incorrect; jmr3904 has 1M max of SRAM.
258
 
259
        Wed Nov  4 15:28:44 1998  Anthony Green  
260
 
261
        * mips/jmr3904-io.c: Implement get_mem_info().
262
 
263
        Wed Nov  4 15:22:41 1998  Anthony Green  
264
 
265
        * mips/Makefile.in: Rename libtx39jmr.a to libjmr3904.a.
266
        * mips/configure.in: Ditto.
267
        * mips/configure: Regenerate.
268
 
269
        Tue Nov  3 15:39:14 1998  Angela Marie Thomas (angela@cygnus.com)
270
 
271
        * mips/configure.in: Add jmr3904app to script list for tx39.
272
        * mips/configure: Regenerate.
273
 
274
1999-02-08  Nick Clifton  
275
 
276
        * libnosys/configure.in: Add support for StrongARM target.
277
        * libnosys/configure: Regenerate.
278
 
279
Thu Feb  4 10:56:59 1999  Jeff Johnston  
280
 
281
        * d30v/syscalls.c (time): Added code to honor argument
282
        passed to time which is either a pointer to a time_t
283
        value to set or is the NULL pointer.
284
 
285
1999-02-03  Keith Seitz  
286
 
287
        * m32r/m32r-lib.c (rx_char): Rename rx_uchar and return
288
        only unsigned chars.
289
        (getDebugChar2): Remove and integrate support into "M"
290
        packet code.
291
 
292
1999-01-29  Doug Evans  
293
 
294
        * sparc/erc32-crt0.S (_exit): Set magic number for simulator.
295
        * sparc/traps.S (win_flush): Make sure %sp is valid before flushing
296
        all windows.
297
 
298
Tue Jan 19 06:19:51 1999  Jeffrey A Law  (law@cygnus.com)
299
 
300
        * mn10300/crt0.S: Use ".stack" for the name of the stack section,
301
        not "._stack".  Remove mn10200 support.
302
        * mn10300/trap.S: Remove mn10200 support.
303
        * mn10300/sim.ld: Collect *(.stack) *(._stack) input sections into
304
        the .stack output section to be safe.
305
        * mn10300/eval.ld: Likewise.
306
 
307
        * mn10200/crt0.S: Use ".stack" for the name of the stack section,
308
        not "._stack".
309
        * mn10200/sim.ld: Collect *(.stack) *(._stack) input sections into
310
        the .stack output section to be safe.
311
        * mn10200/eval.ld: Likewise.
312
 
313
1999-01-14  Nick Clifton  
314
 
315
        * fr30/Makefile.in: Set target of install to be SIM_INSTALL not
316
        MON_INSTALL.
317
 
318
        * fr30/crt0.s (_start): Use atexit to call C++ global
319
        destructors.  Patch from Mark Salter 
320
 
321
1999-01-12  Nick Clifton  
322
 
323
        * fr30/crt0.s: Remove .stack section - it is no longer necessary.
324
 
325
1999-01-11  Nick Clifton  
326
 
327
        * fr30/crt0.s (_start): Add calls to _init and _fini for C++
328
        global constructor/destructor support.
329
 
330
1999-01-07  Nick Clifton  
331
 
332
        * fr30/crt0.s (_start): Apply patch from Mark Salter
333
         to cope with initialising .bss areas that are
334
        not word sized.
335
 
336
1998-12-23  Michael Meissner  
337
 
338
        * m68k/idp.ld (.eh_frame): Add section to the .text segment.
339
        (__{INIT,FINI}__SECTION__): Align to a 4 byte boundary.
340
        (.gcc_except_table): Ditto.
341
 
342
Mon Dec 21 22:45:05 1998  Mark Alexander  
343
 
344
        * sh/sh1lcevb.ld: Add DWARF sections.
345
        * sh/sh2lcevb.ld: Ditto.
346
        * sh/sh3lcevb.ld: Ditto.
347
        * sh/sh3bb.ld: Ditto.
348
 
349
Fri Dec 18 22:07:21 1998  Bob Manson  
350
 
351
        * i386/cygmon.ld: Make sure -lcygmon appears both before
352
        and after -lc, so we pick up functions from there in
353
        preference to libc functions.
354
 
355
        * i386/cygmon-salib.c: Add syscalls for time and gettimeofday.
356
        Don't add __do_global_ctors () and __do_global_dtors () if
357
        we're on a coff target.
358
        (open): Add dummy function so plumhall will compile.
359
        (clock): Replacement for clock () syscall that uses
360
        gettimeofday().
361
 
362
 
363
1998-12-18  Gavin Romig-Koch  
364
 
365
        * mips/Makefile.in, mips/vr4300.S: Move the -mips3 into vr4300.S.
366
 
367
1998-12-17  Nick Clifton  
368
 
369
        * fr30/syscalls.c: Include ../syscall.h not ../../sim/fr30/targ-vals.h
370
        (_open): Return file descriptor allocated by simulator.
371
        (isatty): Always false to avoid having to cope with reads from
372
        stdin.  For Now...
373
 
374
1998-12-16  Nick Clifton  
375
 
376
        * fr30/Makefile.in: Add libraries to clean target.
377
 
378
        * fr30/syscalls.c (_write): Save length so that it can be returned
379
        to caller.
380
 
381
        * fr30/crt0.s (_start): Initialise argc, argv and envp before
382
        calling main().
383
 
384
1998-12-15  Gavin Romig-Koch  
385
 
386
        * mips/ddb.ld (OUTPUT_ARCH): Remove.
387
 
388
1998-12-12  Nick Clifton  
389
 
390
        * fr30/syscalls.c: Remove stub for abort and add stubs for _kill
391
        and _getpid.
392
 
393
1998-12-11  Nick Clifton  
394
 
395
        * configure.in: Add support for fr30 target.
396
        * configure: Regenerate.
397
        * fr30: New directory.
398
        * fr30/Makefile.am: New file - build crt0.o and libsim.a
399
        * fr30/Makefile.in: New file - generate from Makefile.am.
400
        * fr30/configure.in: New file - support fr30 target
401
        * fr30/configure: New file - generate from configure.in.
402
        * fr30/crt0.s: New file - Basic executable startup code.
403
        * fr30/syscalls.c: New file - System call emulation library.
404
 
405
1998-12-11  Gavin Romig-Koch  
406
 
407
        *  mips/crt0.S (_start): Change initialization of FR.
408
 
409
1998-12-08  James E Wilson  
410
 
411
        * i960/crt0.c (set_stack): Change return type to void.  Init SP to
412
        FP + 64 instead of FP.  Simplify code to align ptr.
413
        (_start): Call exit instead of _exit.  Delete local variable stack.
414
        Init stack to heap+4096.
415
        * i960/mon960.c (abort): Ifdef out.
416
        * i960/syscall.h: New file.
417
 
418
1998-12-04  Ken Raeburn  
419
 
420
        * mips/cma101.c (time): Add heuristic to handle Y2K overflow.
421
 
422
Tue Dec  1 17:57:52 1998  Stan Shebs  
423
 
424
        * config/ppc.mh (.s.o): Don't use CFLAGS_MRELOCATABLE when
425
        assembling.
426
 
427
Wed Nov 18 19:14:15 1998  Jim Wilson  
428
 
429
        * mips/entry.S: Handle mips16 builds.
430
 
431
1998-10-30  Ian Molee  
432
 
433
        * m32r/trapmon0.c: New file.  Mon2000 trap handler.
434
        * m32r/trapmon0.S: Removed.
435
        * m32/Makefile.in: Changed to reflect above-changed files.
436
 
437
Wed Oct 28 07:55:55 1998  Mark Alexander  
438
 
439
        * sparc/crt0.S: Move entry point to start of text section.
440
        Put the address of the data section at the start of the section,
441
        so the GDB sparclite loader can find it for a.out loads.
442
 
443
Mon Oct 26 13:11:41 1998  Jeffrey A Law  (law@cygnus.com)
444
 
445
        * d30v/syscalls.c (time): Returns a time_t and accepts a pointer to
446
        a time_t as its argument.
447
 
448
        * i386/cygmon-syscall.h: Fix bogus asm constraints.  You must not
449
        clobber a register that overlaps with an input or output.
450
 
451
Fri Oct 23 11:06:16 1998  John Metzler  
452
 
453
        * mips/jmr3904-io.c (hardware_init_hook): Add file to support
454
        serial input and out put as required by libgloss read and write
455
        functions.
456
 
457
        * mips/jmr3904app.ld : LInker script for tx39jmr3904 board. Uses
458
        addresses per eCos conventions, not original ROM monitor.
459
 
460
        * configure.in: Add libtx39jmr.c to build target
461
 
462
        * Makefile.in: rules for libtx39jmr.a and jmr3904-io.o
463
 
464
1998-10-15  Ian Molee  
465
 
466
        * m32r/mon.specs: New file
467
        * m32r/trapmon0.S: New file
468
        * m32r/Makefile.in: Modified to add support for mon2000 trap0.
469
 
470
Tue Oct 13 11:52:03 1998  Jeff Johnston  
471
 
472
        * libnosys/warning.h: New file.
473
 
474
1998-10-06  Ken Raeburn  
475
 
476
        * mips/configure.in: Build nullmon stuff in default case.  Don't
477
        treat vr4100 specially.
478
 
479
Tue Oct  6 15:17:42 1998  Jeff Johnston  
480
 
481
        * libnosys/sbrk.c (_sbrk): Added reference to config.h.
482
        * libnosys/close.c (_close): Added stub warning outside of
483
        function body and added reference to config.h.
484
        * libnosys/execve.c (_execve): Ditto.
485
        * libnosys/fork.c (_fork): Ditto.
486
        * libnosys/fstat.c (_fstat): Ditto.
487
        * libnosys/getpid.c (_getpid): Ditto.
488
        * libnosys/gettod.c (_gettimeofday): Ditto.
489
        * libnosys/isatty.c (_isatty): Ditto.
490
        * libnosys/kill.c (_kill): Ditto.
491
        * libnosys/link.c (_link): Ditto.
492
        * libnosys/lseek.c (_lseek): Ditto.
493
        * libnosys/open.c (_open): Ditto.
494
        * libnosys/read.c (_read): Ditto.
495
        * libnosys/stat.c (_stat): Ditto.
496
        * libnosys/times.c (_times): Ditto.
497
        * libnosys/unlink.c (_unlink): Ditto.
498
        * libnosys/wait.c (_wait): Ditto.
499
        * libnosys/write.c (_write): Ditto.
500
        * libnosys/acconfig.h: New file.
501
        * libnosys/config.h.in: New file.
502
        * libnosys/exit.c: Removed as _exit cannot be stubbed.
503
        * libnosys/Makefile.in: Regenerated.
504
        * libnosys/configure.in: Configure header file specified.
505
        * libnosys/configure: Regenerated.
506
 
507
Wed Sep 30 12:45:43 1998  Bob Manson  
508
 
509
        * i386/cygmon.ld: Increase memory limits; put the initial
510
        executable above 1MB.
511
 
512
Fri Sep 25 13:49:22 1998  Bob Manson  
513
 
514
        * i386/configure.in: Changed crt0.c to cygmon-salib.c.
515
 
516
Wed Sep 23 19:25:46 1998  Bob Manson  
517
 
518
        * configure.in: Add i386-*-elf* triplet.
519
        * i386/*: Support for i386 targets.
520
 
521
Wed Sep 16 19:43:52 1998  Doug Evans  
522
 
523
        * m32r/m32r-lib.c: Rename -DMSA2000 to -DREVC and reverse test.
524
        (exceptionHandler,getExceptionHandler): Add cast to avoid warning.
525
 
526
Wed Sep  9 19:22:03 1998  Mark Alexander  
527
 
528
        * sparc/Makefile.in: Remove cache86x.o, not needed any more.
529
        * sparc/sparclite.h: (read_asr, write_asr): Define.
530
        * sparc/cache.c (is_danlite): New function.
531
        (cache_off, cache_on, flush_i_cache): Test for DANlite.
532
        * sparc/salib.c (update_leds): Allow user to disable LED flashing.
533
        * sparc/sparc86x.ld: Prevent section overlap.
534
 
535
1998-09-04  Keith Seitz  
536
 
537
        * m32r/m32r-lib.c (rx_rdy): Add support for MSA2000G01 board.
538
        (rx_char): Ditto.
539
        (getDebugChar2): New function to support binary downloads (gdb
540
        remote protocol "X" command).
541
        (exceptionHandler): Add support for MSA2000G01 board.
542
        (getExceptionHandler): Ditto.
543
 
544
1998-08-20  Michael Meissner  
545
 
546
        * libnosys/gettod.c: Include sys/time.h so that struct timezone is
547
        declared.
548
 
549
Sun Aug 16 10:46:43 1998  Mark Alexander  
550
 
551
        * sparc/Makefile.in: Add new BSP for sparc86x (DANlite).
552
        * sparc/salib.c (outbyte): Add hook for GDB stub.
553
        (cache_off, cache_on, flush_i_cache): Move to cache.c.
554
        * sparc/cache.c: New file for sparclite-specific cache code.
555
        * sparc/cache-86x.c: New file for sparc86x-specific cache code.
556
        * sparc/sparc86x.ld: New linker script for sparc86x.
557
        * sparc/crt0.S: Disable broken data relocation code.
558
        * sparc/sparcl-stub.c (outbyte_stub): New function for redirecting
559
        standard output to GDB.
560
        (handle_exception): Initialize outbyte hook.
561
 
562
Tue Aug 11 13:27:31 1998  Jim Wilson  
563
 
564
        * m68k/idp.ld (__INIT_SECTION__): Align to 2 byte boundary.
565
        * m68k/bcc.ld, m68k/mvme135.ld, m68k/mvme162.ld: Likewise.
566
        * m68k/sbc5204.ld, m68k/sbc5206.ld: Likewise.
567
 
568
1998-08-11  Jason Merrill  
569
 
570
        * mn10300/{sim.ld,eval.ld}: Add init_priority support.
571
 
572
Tue Aug 11 10:04:05 1998  Jeffrey A Law  (law@cygnus.com)
573
 
574
        * mn10200/sim.ld: Rework code to insert pad before the start of the
575
        data segment.
576
        * mn10200/eval.ld: Likewise.
577
        * mn10300/sim.ld: Likewise.
578
        * mn10300/eval.ld: Likewise.
579
 
580
Sat Aug  8 09:46:37 1998  Jim Wilson  
581
 
582
        * mips/cma101.c (__sizemem): New local variable extra.  Align base
583
        to int boundary.
584
 
585
Tue Jul 28 10:57:12 1998  Mark Alexander  
586
 
587
        * sparc/Makefile.in (ERC32_OBJS): Add fixctors.
588
        * sparc/erc32-crt0.S: Call __fix_ctors just before calling main.
589
        * sparc/fixctors.c: New file.
590
 
591
Sat Jul 18 07:15:33 1998  Mark Alexander  
592
 
593
        * sparc/crt0.S (win_ovf_trap, win_unf_trap): Use correct names for
594
        extern functions win_ovf and win_unf; fixes unresolved symbols
595
        in COFF.
596
 
597
Mon Jul 13 17:50:41 1998  Jeff Johnston  
598
 
599
        * configure.in: Added libnosys as subdir.
600
        * configure: Rebuilt configure based on configure.in.
601
        * libnosys/close.c (_close): Part of new libnosys stub library
602
        to use for situations with no operating system support.
603
        * libnosys/environ.c (environ): ditto.
604
        * libnosys/execve.c (_execve): ditto.
605
        * libnosys/exit.c (_exit): ditto.
606
        * libnosys/fork.c (_fork): ditto.
607
        * libnosys/fstat.c (_fstat): ditto.
608
        * libnosys/getpid.c (_getpid): ditto.
609
        * libnosys/gettod.c (_gettimeofday): ditto.
610
        * libnosys/isatty.c (_isatty): ditto.
611
        * libnosys/kill.c (_kill): ditto.
612
        * libnosys/link.c (_link): ditto.
613
        * libnosys/lseek.c (_lseek): ditto.
614
        * libnosys/open.c (_open): ditto.
615
        * libnosys/read.c (_read): ditto.
616
        * libnosys/sbrk.c (_sbrk): ditto.
617
        * libnosys/stat.c (_stat): ditto.
618
        * libnosys/times.c (_times): ditto.
619
        * libnosys/unlink.c (_unlink): ditto.
620
        * libnosys/wait.c (_wait): ditto.
621
        * libnosys/write.c (_write): ditto.
622
        * libnosys/Makefile.in : Makefile.in for creating libnosys Makefile.
623
        * libnosys/configure.in: configure.in to create libnosys configure.
624
        * libnosys/configure: Configure for libnosys library.
625
 
626
Mon Jul 13 14:13:07 EDT 1998  Jim Lemke  
627
 
628
        * sim/mips.ld: Clarify a comment.
629
 
630
Tue Jul  7 21:12:41 1998  Mark Alexander  
631
 
632
        * sparc/elfsim.ld: Make it work on both a.out and ELF.
633
        * sparc/traps.S: Rename trap_table label to work on both a.out
634
        and ELF.  Put the address of the data section at the start
635
        of the section, so the simulator loader can find it for a.out loads.
636
 
637
Thu Jun 25 09:24:53 1998  Mark Alexander  
638
 
639
        * config/mn10200.mt: New file.
640
 
641
Tue Jun 23 22:45:49 1998  Mark Alexander  
642
 
643
        * mn10200/crt0.S: Don't waste top four bytes of stack.
644
        * mn10200/eval.ld: Fix stack top address.
645
 
646
Mon Jun 22 09:30:22 1998  Drew Moseley  
647
 
648
        * mips/dvemon.c: Remove the close function and get it from the generic
649
        close.o
650
        * mips/Makefile.in (DVEOBJS): Add generic open.o and close.o to the DVEOBJS
651
        list to ensure that the proper API's are included.
652
 
653
Wed Jun 17 12:33:05 1998  Mark Alexander  
654
 
655
        * configure.in: Add mn10200 support.
656
        * configure: Regenerate.
657
        * mn10200/Makefile.in: New file.
658
        * mn10200/_exit.c: New file.
659
        * mn10200/access.c: New file.
660
        * mn10200/chmod.c: New file.
661
        * mn10200/chown.c: New file.
662
        * mn10200/close.c: New file.
663
        * mn10200/configure: New file.
664
        * mn10200/configure.in: New file.
665
        * mn10200/creat.c: New file.
666
        * mn10200/crt0.S: New file.
667
        * mn10200/crt1.c: New file.
668
        * mn10200/eval.ld: New file.
669
        * mn10200/execv.c: New file.
670
        * mn10200/execve.c: New file.
671
        * mn10200/fork.c: New file.
672
        * mn10200/fstat.c: New file.
673
        * mn10200/getpid.c: New file.
674
        * mn10200/gettime.c: New file.
675
        * mn10200/isatty.c: New file.
676
        * mn10200/kill.c: New file.
677
        * mn10200/lseek.c: New file.
678
        * mn10200/open.c: New file.
679
        * mn10200/pipe.c: New file.
680
        * mn10200/read.c: New file.
681
        * mn10200/sbrk.c: New file.
682
        * mn10200/sim.ld: New file.
683
        * mn10200/stat.c: New file.
684
        * mn10200/test.c: New file.
685
        * mn10200/time.c: New file.
686
        * mn10200/times.c: New file.
687
        * mn10200/trap.S: New file.
688
        * mn10200/trap.h: New file.
689
        * mn10200/unlink.c: New file.
690
        * mn10200/utime.c: New file.
691
        * mn10200/wait.c: New file.
692
        * mn10200/write.c: New file.
693
 
694
Fri Jun 12 17:26:56 1998  Doug Evans  
695
 
696
        * m32r/sys/syscall.h: Delete.  Use ./syscall.h now.
697
        * m32r/trap0.S: Renamed from trap.S.
698
        * m32r/eit.h: New file.
699
        * m32r/crtsysc.c: Delete, split up into several files.
700
        * m32r/chmod.c: New file.
701
        * m32r/close.c: New file.
702
        * m32r/exit.c: New file.
703
        * m32r/fstat.c: New file.
704
        * m32r/getpid.c: New file.
705
        * m32r/isatty.c: New file.
706
        * m32r/kill.c: New file.
707
        * m32r/lseek.c: New file.
708
        * m32r/open.c: New file.
709
        * m32r/raise.c: New file.
710
        * m32r/read.c: New file.
711
        * m32r/sbrk.c: New file.
712
        * m32r/stat.c: New file.
713
        * m32r/unlink.c: New file.
714
        * m32r/utime.c: New file.
715
        * m32r/write.c: New file.
716
        * m32r/Makefile.in (SYSCALLS): Delete.
717
        (LIBOBJS,LIBGLOSS): New variables.
718
        (all,install): Update.
719
        (libgloss.a): New rule.
720
 
721
Thu Jun 11 08:38:42 1998  Doug Evans  
722
 
723
        * sparc/cygmon-salib.c (setitimer): Add `const' to second arg.
724
        (gettimeofday): Change type of 2nd arg to struct timezone *.
725
 
726
Tue Jun  9 12:02:21 1998  Ian Carmichael  
727
 
728
        * mips/syscalls.c (sbrk): Allow memory allocation to work
729
        for configurations which don't have memory at K1BASE.
730
        * mips/cma101.c (__sizemem): Ditto.
731
 
732
Tue Jun  9 13:17:28 1998  Michael Snyder  
733
 
734
        * m68k/emc-stub.c: New file, stub for the EMC Symmetrix target.
735
        * m68k/gdbinit.emc: New file, user support for special features
736
        supported only on the EMC Symmetrix target.
737
 
738
Fri Jun  5 16:40:20 1998  Mark Alexander  
739
 
740
        * sparc/elfsim.ld: Fix ctor and dtor tables to work in both
741
        little- and big-endian executables.
742
 
743
Wed Jun  3 23:09:38 1998  Mark Alexander  
744
 
745
        * sparc/sparcl-stub.c: Include asm.h.  Use STRINGSYM macro to generate
746
        proper prefix for public assembly language labels.
747
        * sparc/ex930.ld: Add DWARF sections.
748
        * sparc/ex931.ld: Ditto.
749
        * sparc/ex934.ld: Ditto.
750
        * sparc/elfsim.ld: Simplify and clean up.
751
        * sparc/Makefile.in: Build ex934 BSP.  Allow little-endian builds.
752
        * sparc/traps.S (win_flush): Rewrite using code from Cygmon
753
        to eliminate register corruption.
754
 
755
Mon Jun  1 15:21:05 1998  Geoffrey Noer  
756
 
757
        * sparc/cygmon-salib.c: Stop including sys/itimer.h
758
 
759
Sun May 31 10:46:37 1998  Michael Meissner  
760
 
761
        * rs6000/Makefile.in (SOLARIS_*): Don't build solaris bsp's any
762
        more.
763
 
764 39 lampret
Fri May 22 13:50:55 1998  Angela Marie Thomas (angela@cygnus.com)
765
 
766
        * mn10300/Makefile.in: Install sim.ld.
767
 
768
Wed May 20 22:45:11 1998  Mark Alexander  
769
 
770
        * sparc/elfsim.ld: Add constructor and destructor tables.
771
 
772
Sat May 16 17:08:17 1998  Bob Manson  
773
 
774
        * sparc/cygmon-salib.c (__getProgramArgs): Use asm constraints.
775
 
776
Fri May 15 16:50:36 1998  Mark Alexander  
777
 
778
        * sparc/traps.S (win_flush): Don't destroy %g1 and %g2.
779
 
780
Fri May 15 15:59:30 1998  Gavin Koch  
781
 
782
        * mips/configure.in: Add idt to tx39 chain.
783
        * mips/configure: Rebuild.
784
 
785
Fri May 15 15:48:28 1998  Gavin Koch  
786
 
787
        * mips/crt0.S (__stackbase): Added.
788
        (zerobss): Initialize __stackbase.
789
 
790
1998-05-13  Brendan Kehoe  
791
 
792
        * mips/configure.in: Also grok `mipstx39*-*-*'.
793
        * mips/configure: Regenerated.
794
 
795
Mon May 11 15:07:12 1998  Bob Manson  
796
 
797
        * configure.in: Added powerpcle target.
798
        * configure: Regenerated.
799
 
800
Thu May  7 16:43:37 1998  Mark Alexander  
801
 
802
        * sparc/elfsim.ld (OUTPUT_FORMAT): Add little-endian support.
803
 
804
        * sparc/crt0.S (_start): Define label for ELF targets.
805
        * sparc/salib.c: Include asm.h.  Use STRINGSYM macro to generate
806
        proper prefix for public assembly language labels.
807
        (write, read): Disable to avoid conflict with generic versions
808
        of these functions.
809
        * sparc/erc32-stub.c: Move STRINGSYM macro to sparc/asm.h.
810
        * sparc/asm.h: Move STRINGSYM macro here from sparc/erc32-stub.c
811
 
812
Mon May  4 08:30:58 1998  Mark Alexander  
813
 
814
        * sparc/configure.in: Treat sparc86x as a sparclite.
815
        * sparc/configure.in: Ditto.
816
        * sparc/Makefile.in (slite-install): Install missing files
817
        for simulator.
818
 
819
Thu Apr 30 16:41:15 1998  John Metzler  
820
 
821
        * mips/configure.in: adjust target type pattern to export nullmon.ld
822
        * mips/configure: regenerated
823
 
824
Mon Apr 27 21:38:18 1998  Mark Alexander  
825
 
826
        * configure.in: Added sparc86x configuration.
827
        * configure: Ditto.
828
 
829
Wed Apr 22 21:45:13 1998  Jeffrey A Law  (law@cygnus.com)
830
 
831
        * mips/crt0.S: Increase stack alignment.
832
 
833
Fri Apr 10 21:17:48 1998  Mark Alexander  
834
 
835
        * sparc/traps.S (win_flush): Prevent immediate window underflow
836
        trap on return.  Miscellaneous comment formatting cleanup.
837
 
838
Tue Apr  7 18:34:51 1998  Mark Alexander  
839
 
840
        * sparc/elfsim.ld: Align BSS at 8-byte boundary.
841
 
842
Mon Apr  6 13:12:32 1998  Mark Salter  
843
 
844
        * rs6000/ads-io.c (write): Added write().
845
 
846
        * rs6000/Makefile.in: Changed objects used for libads to be
847
        new ads specific object files instead of some mvme objects.
848
 
849
        * Added ads-io.c and ads-exit.c to provide function stubs which
850
        are safe on ads board (SDS monitor).
851
 
852
        * rs6000/mbx-outbyte.c (outbyte): Foundry console output
853
        is fixed, so re-enable output char quoting for mbx.
854
 
855
        * rs6000/mbx.specs: Added blank line to end of file. There
856
        were link errors without it?
857
 
858
        * rs6000/mbx.specs: Use mbx.ld script for linking.
859
 
860
        * rs6000/mbx-outbyte.c: Don't quote characters. We don't want
861
        gdb to display program output, yet.
862
 
863
        * rs6000/Makefile.in (install-mbx): Fixed install of mbx.specs
864
        file.
865
 
866
        * rs6000/Makefile.in: Support for MBX EPPCBug monitor.
867
        * rs6000/mbx-{exit,inbyte,outbyte,print}.c: New files for MBX.
868
        * rs6000/mbx.ld,mbx.specs: New files for MBX.
869
 
870
Wed Apr  1 21:42:40 1998  Mark Alexander  
871
 
872
        * sparc/elfsim.ld: New linker script for running ELF programs
873
        in erc32 simulator.
874
        * sparc/erc32-crt0.S: Disable copying of data segment.
875
        * sparc/erc32-stub.c: Generate correct public name for breakinst.
876
        * sparc/Makefile.in: Build erc32 library always.
877
 
878
Thu Apr  2 11:24:32 1998  Andrew Cagney  
879
 
880
        * mips/syscalls.c (sbrk): Check word size correct for
881
        get_mem_info.
882
 
883
Fri Mar 27 08:55:52 1998  Mark Alexander  
884
 
885
        * mips/crt0.S: Insert NOP before _start to keep GDB happy.
886
        * mips/dve.ld: Eliminate references to VR4300.
887
 
888
Thu Mar 26 19:47:36 1998  Mark Alexander  
889
 
890
        * mn10300/eval.ld: Don't use absolute path in SEARCH_DIR.
891
        * mn10300/sim.ld: Ditto.
892
 
893
Wed Mar 25 10:49:49 1998  Bob Manson  
894
 
895
        * sparc/cygmon-salib.c (__getProgramArgs): New function.
896
 
897
        * sparc/cygmon-crt0.S (init): Call __getProgramArgs.
898
 
899
        * configure.in: Added sparc64 configuration.
900
 
901
        * configure: Regenerated.
902
 
903
Tue Mar 24 10:44:41 1998  Mark Alexander  
904
 
905
        * mn10300/Makefile.in: Install libraries, not just linker scripts.
906
 
907
Tue Mar 24 09:52:28 1998  Mark Alexander  
908
 
909
        * config/mn10300.mt: New file
910
        * mn10300/configure.in: Use mn10300.mt as target makefile fragment
911
        instead of nothing at all.
912
        * mn10300/configure: Ditto.
913
 
914
Tue Mar 24 16:59:06 1998  Stu Grossman  
915
 
916
        * doc/configure:  Regenerate with autoconf 2.12.1 to fix shell
917
        issues for NT native builds.
918
 
919
Mon Mar 16 18:51:11 1998  Bob Manson  
920
 
921
        * sparc/cygmon-crt0.S: Make start a global symbol (for the linker
922
        script; we also need to make SYM(start) global).
923
 
924
Wed Mar 11 10:24:39 1998  Stan Cox  
925
 
926
        * sparc/cygmon.ld.src (.debug*): Added dwarf sections.
927
 
928
Fri Mar  6 23:41:54 1998  Bob Manson  
929
 
930
        * sparc/cygmon.ld.src: Use TARGET_RAM_START.
931
 
932
        * sparc/Makefile.in (SLITE_RAM_START): Add.
933
        (SPARC_RAM_START): Add.
934
        (SPARC64_RAM_START): Add.
935
        (SLITE_ALL): Add cygmon object files and linker script.
936
        slite-install: Install CygMon libraries and linker script.
937
 
938
Mon Mar  2 19:36:12 1998  Michael Meissner  
939
 
940
        * rs6000/ads.ld: Add default attributes to memory region.
941
        * a29k/{p3dgps,sa29200{,b}}.ld: Ditto.
942
        * hp74x/hppa.ld: Ditto.
943
        * m68k/{bcc,idp,mvme{135,162},sbc520{4,6}}.ld: Ditto.
944
        * pa/{op50n,w89k}.ld: Ditto.
945
        * sh/{sh1{l,2,3}cevb,sh3bb}.ld: Ditto.
946
        * sparc/{erc32,ex93{0,1,4}}.ld: Ditto.
947
 
948
Fri Feb 27 17:15:35 1998  Mark Alexander  
949
 
950
        * mn10300/configure.in (AC_INIT): Use crt0.S instead of crt0-eval.S.
951
 
952
Fri Feb 27 17:39:23 1998  Jeffrey A Law  (law@cygnus.com)
953
 
954
        * configure.in: Use "mn10300" subdir for "mn10300-*-*".
955
 
956
Mon Feb 23 20:29:42 1998  Mark Alexander  
957
 
958
        * mn10300/Makefile.in (GENOBJS): Remove system calls no longer
959
        supported.
960
        * mn10300/trap.h: Use generic syscall.h.
961
        * mn10300/sys/syscall.h: Removed in favor of generic syscall.h.
962
 
963
Mon Feb 23 16:19:17 1998  Gavin Koch  
964
 
965
        * mips/Makefile.in (cma101.o): Add rule to explicitly use -mno-mips16.
966
        * mips/cma101.c: Reverse my previous change.
967
        Add #ifdef __mips16 then #error.
968
 
969
Mon Feb 23 11:29:33 1998  Mark Alexander  
970
 
971
        * mn10300/Makefile.in: Add rules for building libeval.a.
972
        * mn10300/configure: Don't use default.mt.
973
        * mn10300/configure.in: Ditto.
974
        * mn10300/eval.ld: Replace with modified version of default script.
975
 
976
        * mn10300/_exit.c: New file for libeval.a.
977
        * mn10300/access.c: Ditto.
978
        * mn10300/chmod.c: Ditto.
979
        * mn10300/chown.c: Ditto.
980
        * mn10300/close.c: Ditto.
981
        * mn10300/creat.c: Ditto.
982
        * mn10300/crt0.S: Ditto.
983
        * mn10300/crt1.c: Ditto.
984
        * mn10300/execv.c: Ditto.
985
        * mn10300/execve.c: Ditto.
986
        * mn10300/fork.c: Ditto.
987
        * mn10300/fstat.c: Ditto.
988
        * mn10300/getpid.c: Ditto.
989
        * mn10300/gettime.c: Ditto.
990
        * mn10300/isatty.c: Ditto.
991
        * mn10300/kill.c: Ditto.
992
        * mn10300/lseek.c: Ditto.
993
        * mn10300/open.c: Ditto.
994
        * mn10300/pipe.c: Ditto.
995
        * mn10300/read.c: Ditto.
996
        * mn10300/sbrk.c: Ditto.
997
        * mn10300/sim.ld: Ditto.
998
        * mn10300/stat.c: Ditto.
999
        * mn10300/time.c: Ditto.
1000
        * mn10300/times.c: Ditto.
1001
        * mn10300/trap.S: Ditto.
1002
        * mn10300/trap.h: Ditto.
1003
        * mn10300/unlink.c: Ditto.
1004
        * mn10300/utime.c: Ditto.
1005
        * mn10300/wait.c: Ditto.
1006
        * mn10300/write.c: Ditto.
1007
        * mn10300/sys/syscall.h: Ditto.
1008
 
1009
Fri Feb 20 17:19:22 1998  Gavin Koch  
1010
 
1011
        * mips/cma101.c: #ifdef out whole file if mips16.
1012
 
1013
Thu Feb 19 13:05:58 1998  Bob Manson  
1014
 
1015
        * i960/*: Revised.
1016
 
1017
Wed Feb 18 12:00:20 1998  Jeff Johnston  
1018
 
1019
        * m68k/crt0.S (start): Fixed code that clears .bss.  Code
1020
        was using dbra instruction and did not account for the fact
1021
        that the instruction branches until counter is -1, not 0.
1022
 
1023
Tue Feb 17 18:21:52 1998  Mark Alexander  
1024
 
1025
        * mn10300/Makefile.in: New file for MN10300 eval board support.
1026
        * mn10300/configure: Ditto.
1027
        * mn10300/configure.in: Ditto.
1028
        * mn10300/crt0-eval.S: Ditto.
1029
        * mn10300/eval.ld: Ditto.
1030
        * mn10300/test.c: Ditto.
1031
 
1032
Tue Feb 17 19:55:47 1998  Gavin Koch  
1033
 
1034
        * mips/vr4300.S (__previous): Fix comment type-o in
1035
        previous change.
1036
 
1037
Tue Feb 17 10:47:45 1998  Gavin Koch  
1038
 
1039
        * mips/vr4300.S (__previous,baseaddr,res_baseaddr):
1040
        Figure the length of the exception handler at runtime
1041
        rather than compile time.
1042
 
1043
Tue Feb  3 14:07:51 1998  Ian Lance Taylor  
1044
 
1045
        * configure.in: When running config-ml.in, put --enable-multilib
1046
        before ac_configure_args, so that --disable-multilib can override
1047
        it.
1048
        * configure: Rebuild.
1049
 
1050
Fri Jan  9 17:10:59 1998  Mark Alexander  
1051
 
1052
        * mips/Makefile.in (LSIOBJS, DVEOBJS): Add part-specific objects.
1053
 
1054
Mon Jan  5 17:01:45 1998  Mark Alexander  
1055
 
1056
        * config/mips.mt: Add rules for read.o and write.o.
1057
        * mips/dvemon.c: New file to support Densan DVE-R3900 board.
1058
        * mips/dve.ld: New file to support Densan DVE-R3900 board.
1059
        * mips/Makefile.in: Add rules for Densan support library libdve.a.
1060
        * mips/configure.in: Build libdve.a for tx39 targets.
1061
        * mips/configure: Ditto.
1062
 
1063
Tue Dec 30 15:34:17 1997  Bob Manson  
1064
 
1065
        * sparc/Makefile.in: Add define for TARGET_CPU_$(CPU).
1066
 
1067
        * sparc/cygmon-salib.c: If TARGET_CPU_SPARC64, include
1068
        sys/types.h, and define _open_r, _close_r, etc.
1069
 
1070
Sun Dec 28 17:15:50 1997  Bob Manson  
1071
 
1072
        * sparc/cygmon-salib.c (_open_r, _close_r): New functions.
1073
        (read, write): If the fd isn't 0, 1, or 2, return an error.
1074
 
1075
Fri Dec 26 18:45:28 1997  Bob Manson  
1076
 
1077
        * sparc/cygmon-salib.c (_sbrk_r, _fstat_r,_brk_r): Define.
1078
 
1079
        * sparc/cygmon-crt0.S: Zero out %fp so backtraces from gdb work
1080
        properly.
1081
 
1082
        * sparc/configure.in: Set CYGMONLDSCRIPTTEMPL appropriately.
1083
 
1084
        * sparc/Makefile.in ($(objdir)/cygmon.ld): Use CYGMONLDSCRIPTTEMPL
1085
        to determine what template file we use.
1086
 
1087
1997-12-22  Felix Lee  
1088
 
1089
        * rs6000/sim-errno.c (_cerror): need to return -1.
1090
        * rs6000/sol-cfuncs.c (_cerror): likewise.
1091
 
1092
Mon Dec 22 16:54:31 1997  Bob Manson  
1093
 
1094
        * sparc/cygmon-crt0.S: Add stack bias code if TARGET_CPU_SPARC64 is
1095
        defined. Allocate 128 bytes for a frame if sparc64.
1096
 
1097
        * sparc/cygmon.ld.src: New file, replaced cygmon.ld.
1098
 
1099
        * sparc/Makefile.in (SPARC_OBJ_FORMAT): Added.
1100
        (SPARC64_ALL,SPARC64_INSTALL,SPARC64_OBJ_FORMAT): Added.
1101
        ($(objdir)/cygmon.ld): Create from $(objdir)/cygmon.ld.src.
1102
 
1103
        * sparc/configure.in: Add sparc64 to CPU list.
1104
        * sparc/configure: Regenerated.
1105
        * configure: Regenerated.
1106
 
1107
Sun Dec 21 18:19:27 1997  Bob Manson  
1108
 
1109
        * configure.in: Added sparc64-elf configuration.
1110
 
1111
Wed Dec 10 19:15:26 1997  Andrew Cagney  
1112
 
1113
        * mips/pmon.ld, mips/ddb.ld: Add handling of DWARF
1114
        sections. Copied from mips/idt.ld.
1115
 
1116
Wed Dec 10 12:31:04 1997  Mark Alexander  
1117
 
1118
        * mips/configure: Add entry.o to LSI library.
1119
        * mips/configure.in: Ditto.
1120
        * mips/crt0.S: Declare init hooks as .text to avoid linker errors.
1121
        * mips/pmon.S: Don't use 64-bit instructions on 32-bit EABI machines.
1122
        * mips/entry.S: New file (MIPS16 entry/exit exception handler).
1123
 
1124 56 joel
Tue Dec  9 18:51:45 1997  Michael Meissner  
1125
 
1126
        * d30v/crt0.S (_start): Don't load r1 with 32 anymore.  Zero out
1127
        the 3 bss areas.
1128
 
1129 39 lampret
Fri Nov 28 22:34:14 1997  Bob Manson  
1130
 
1131
        * sparc/cygmon-salib.c (open): New syscall.
1132
 
1133
        * sparc/cygmon.ld: Add gcc_except_table section.
1134
 
1135
        * sparc/cygmon-crt0.S: Call __install_signal_handler.
1136
        Run ctors/dtors as appropriate.
1137
 
1138
        * sparc/cygmon-salib.c (gettimeofday): New syscall.
1139
        (stime): Ditto.
1140
        (add_mapping): Ditto.
1141
        (remove_mapping): Ditto.
1142
        (__install_signal_handler): Ditto.
1143
 
1144
Wed Nov 26 15:25:11 1997  Michael Meissner  
1145
 
1146
        * rs6000/mcount.S: New file to in case no profiling module was
1147
        defined.
1148
 
1149
        * rs6000/Makefile.in (OBJS): Add mcount.o
1150
        (mcount.o): Depend on mcount.S.
1151
 
1152
Mon Nov 24 23:25:07 1997  Bob Manson  
1153
 
1154
        * sparc/cygmon.ld: Add linkonce sections.
1155
 
1156 56 joel
Mon Nov 24 18:42:55 1997  Michael Meissner  
1157
 
1158
        * d30v/syscalls.c (__syscall): Correct setting errno.
1159
 
1160 39 lampret
Sun Nov 23 17:49:45 1997  Bob Manson  
1161
 
1162
        * sparc/Makefile.in: Removed TARGET_CFLAGS.
1163
        * sparc/configure.in: Ditto.
1164
        * sparc/configure: Regenerated.
1165
 
1166 56 joel
Fri Nov 21 21:21:23 1997  Michael Meissner  
1167
 
1168
        * syscall.h: Remove d30v from comments.
1169
 
1170
        * d30v/syscalls.c: Use common syscall.h file, move setting errno
1171
        into common function, rather than have each stub do it.
1172
 
1173
        * d30v/Makefile.in (syscalls.c): Use common syscall.h, not the old
1174
        d30v specific version.
1175
        (clean): Properly remove libraries.
1176
 
1177
        * d30v/sys/syscall.h: Delete.
1178
 
1179 39 lampret
Wed Nov 19 16:13:00 1997  Doug Evans  
1180
 
1181
        * rs6000/Makefile.in (unlink.o): Add rule for.
1182
 
1183
        * syscall.h: New file.
1184
 
1185
Tue Nov 18 17:22:18 1997  Doug Evans  
1186
 
1187
        * sparc/asm.h (CONCAT1): Use __USER_LABEL_PREFIX__.
1188
 
1189
        * sparc/Makefile.in: Reorganize file.
1190
 
1191
        * sparc/Makefile.in: Rename all occurences of SIM to ERC32.
1192
        (all): Don't build erc32 support any more (never installed anyway).
1193
        * sparc/erc32-io.c: Renamed from sim-io.c.
1194
        * sparc/erc32-stub.c: Renamed from sim-stub.c.
1195
        * sparc/erc32-crt0.S: Renamed from sim-crt0.S.
1196
        * sparc/erc32.ld: Renamed from sim.ld.
1197
        * sparc/configure.in (AC_INIT): Update.
1198
        * sparc/configure: Regenerate.
1199
 
1200 56 joel
Tue Nov 18 13:54:46 1997  Michael Meissner  
1201
 
1202
        * d30v/syscalls.c: New file to provide system call stubs.
1203
        * d30v/sys/syscall.h: New file to provide system call numbers.
1204
        * d30v/sim-{exit,read,write}.S: Delete, no longer used.
1205
        * d30v/Makefile.in: Remove old system stubs, and use the new ones
1206
        in syscalls.c.
1207
 
1208
Tue Nov 18 12:38:37 1997  Michael Meissner  
1209
 
1210
        * d30v/sys/syscall.h: Define for d30v system calls.
1211
 
1212 39 lampret
Mon Nov 17 22:04:04 1997  Bob Manson  
1213
 
1214
        * configure.in: Configure the sparc directory for the sparc-elf
1215
        toolchain.
1216
        * configure: Regenerated.
1217
 
1218
        * sparc/Makefile.in: For a generic sparc toolchain, build the cygmon
1219
        crt0 and install the cygmon linker script.
1220
 
1221
        * sparc/asm.h (USER_LABEL_PREFIX): If it's already defined, don't
1222
        redefine it.
1223
 
1224
        * sparc/configure.in: Add LIB_AC_PROG_CC. Add TARGET_CFLAGS
1225
        subst variable.
1226
        * sparc/configure: Regenerated.
1227
 
1228
        * sparc/cygmon.ld: New file.
1229
        * sparc/cygmon-crt0.S: New file.
1230
        * sparc/cygmon-salib.c: New file.
1231
 
1232 56 joel
Sun Nov 16 20:22:22 1997  Michael Meissner  
1233
 
1234
        * d30v/crt0.S (_start): Set up stack pointer to end of internal
1235
        memory by default.
1236
 
1237
Tue Nov 11 17:43:06 1997  Michael Meissner  
1238
 
1239
        * d30v/Makefile.in (OBJS): Use print.o, not print.c.  Add sbrk.o.
1240
 
1241
Mon Nov 10 13:57:40 1997  Michael Meissner  
1242
 
1243
        * configure.in (d30v-*-*): Add configuration.
1244
        * configure: Regenerate.
1245
 
1246
        * d30v/{crt0,sim-{read,write,exit}}.S: Correct typos.
1247
        * d30v/Makefile.in: Ditto.
1248
 
1249
Sat Nov  8 14:38:57 1997  Michael Meissner  
1250
 
1251
        * d30v/crt0.S: New file for d30v port.
1252
        * d30v/configure{,.in}: Ditto.
1253
        * d30v/Makefile.in: Ditto.
1254
        * d30v/{in,out}byte.c: Ditto.
1255
        * d30v/sim-{read,write,exit}.c: Ditto.
1256
 
1257 39 lampret
Tue Sep 16 15:21:08 1997  Gavin Koch  
1258
 
1259
        * mips/Makefile.in (vr4300.o): Reinstate command, it's will
1260
        be necessary until all hosts properly set BSP in configure.in.
1261
 
1262
Mon Sep 15 16:20:29 1997  Bob Manson  
1263
 
1264
        * m68k/*.ld: Add underscore versions of __CTOR_LIST__ and
1265
        __DTOR_LIST__.
1266
 
1267
Mon Sep 15 12:13:34 1997  Mark Alexander  
1268
 
1269
        * mips/crt0.S: Declare external functions as .text to
1270
        eliminate linker warnings.
1271
 
1272
Tue Sep  9 23:35:04 1997  Gavin Koch  
1273
 
1274
        * mips/Makefile.in (SCRIPTS): Now is configurable.
1275
        (BSP): Now is configurable.
1276
        (vr4300.o): Remove unnecessary command.
1277
        * mips/configure.in: Configure the newly configuable
1278
        SCRIPTS and BSP.
1279
        * mips/configure: Re-autoconf.
1280
 
1281
 
1282
Mon Sep  8 16:53:12 1997  Bob Manson  
1283
 
1284
        * mips/Makefile.in (pmon.o): Added compile command that includes
1285
        PART_SPECIFIC_DEFINES. Don't include cma101.o by default.
1286
 
1287
        * mips/configure.in (part_specific_defines): New variable
1288
        used when building pmon.o.
1289
        (part_specific_obj): Include cma101.o as well as vr4300.o,
1290
        since it is board-specific in many ways (and relies on
1291
        routines in vr4300.o).
1292
 
1293
Mon Sep  8 14:42:44 1997  Gavin Koch  
1294
 
1295
        * mips/idt.ld: Add handling of DWARF sections.
1296
 
1297
Sun Sep  7 16:43:05 1997  Gavin Koch  
1298
 
1299
        * mips/crt0.S, mips/idtmon.S, mips/vr4300.S: Handle mips16 builds.
1300
 
1301
Thu Sep  4 19:35:12 1997  Andrew Cagney  
1302
 
1303
        * v850/sys/syscall.h: Match with what is in newlib.
1304
 
1305
Mon Sep  1 12:43:50 1997  Andrew Cagney  
1306
 
1307
        * v850/sys/syscall.h: New file.
1308
 
1309
Thu Aug 28 17:27:16 1997  Stan Shebs  
1310
 
1311
        * rs6000/ads.ld: Define ram region.
1312
        (__stack): Fix value.
1313
        * rs6000/crt0.S: Clear the sbss area as well as bss.
1314
 
1315
Tue Aug 26 16:22:36 1997  Ian Lance Taylor  
1316
 
1317
        * m68k/bcc.ld: Don't use BLOCK for the section addresses.
1318
        Instead, just force . to be aligned when necessary.
1319
        * m68k/idp.ld, m68k/mvme135.ld, m68k/mvme162.ld: Likewise.
1320
        * m68k/sbc5204.ld, m68k/sbc5206: Likewise.
1321
 
1322
Fri Aug  8 14:20:16 1997  Michael Meissner  
1323
 
1324
        * rs6000/Makefile.in (install-{yellowknife,ads}): The linker
1325
        scripts are in the source directory, not the object directory.
1326
 
1327
Fri Aug  1 12:21:31 1997  Stan Shebs  
1328
 
1329
        * rs6000/ads.ld: New file, linker script for 821/860 ADS board.
1330
        * rs6000/yellowknife.ld: New file, linker script for embedded
1331
        Yellowknife (CHRP/PPCP) box.
1332
        * rs6000/Makefile.in: Add rules for ADS and Yellowknife bits,
1333
        remove references to EVM, don't optimize the test program.
1334
        * rs6000/crt0.S: Renamed from mvme-crt0.S, is generic.
1335
        * rs6000/mvme-stack.S: Removed, unnecessary.
1336
 
1337
Tue Jun  3 12:54:59 1997  Bob Manson  
1338
 
1339
        * mips/crt0.S: Added GCRT0 #ifdef for profiling support.
1340
 
1341
        * mips/Makefile.in (SCRIPTS): Added idtecoff.
1342
        (PCRT0): Added.
1343
 
1344
        * mips/idtecoff.ld: Added. Add crt0.o startup entry.
1345
 
1346
Fri Apr 18 15:54:11 1997  Doug Evans  
1347
 
1348
        * m32r/crt0.S: Remove references to .fillinsn.
1349
 
1350
Mon Apr 14 16:34:27 1997  Ian Lance Taylor  
1351
 
1352
        * testsuite/Makefile.in (INSTALL): Change install.sh to
1353
        install-sh.
1354
 
1355
Wed Apr  9 15:41:39 1997  Mike Meissner  
1356
 
1357
        * rs6000/configure.in (AC_PROG_CC): copied from configure.in.
1358
        * rs6000/configure: Regenerate.
1359
 
1360
 
1361
Sat Mar 29 12:21:08 1997  Bob Manson  
1362
 
1363
        * sparc/(ex930.ld,ex931.ld,ex934.ld}: Set __end as well
1364
        as _end and end.
1365
 
1366
Fri Mar 28 23:01:38 1997  Mark Alexander  
1367
 
1368
        * mips/lsi.ld: Before setting _gp, use ALIGN(8) instead
1369
        of ALIGN(16).  Remove ALIGN from _gp computation.
1370
 
1371
Mon Mar 17 10:00:29 1997  Gavin Koch  
1372
 
1373
        * mips/idtmon.S: Added magic number for _flush_cache slot.
1374
 
1375
Fri Mar 14 14:36:06 1997  J.T. Conklin  
1376
 
1377
        * m68k/Makefile.in (install): Fix typo.
1378
 
1379
        * m68k/crt0.S: Changed to use correct loop condition for coldfire.
1380
 
1381
Wed Mar 12 16:00:51 1997  Stu Grossman  (grossman@critters.cygnus.com)
1382
 
1383
        * sparc/Makefile.in: Add rules for above.
1384
        (701_OBJS): Add salib-701.o, sparclet-stub.o.
1385
        [Brought over from Nov 5 change in sparclet branch.]
1386
 
1387
        * sparc/salib-701.c (flush_i_cache):  Implement cache flushing to fix
1388
        intermittent problems with gdb stub and breakpoints.  Fixes pr 11755.
1389
 
1390
Wed Mar 12 15:49:30 1997  J.T. Conklin  
1391
 
1392
        * m68k/sbc5204: Fix GROUP specifier.
1393
        * m68k/sbc5206: Likewise.
1394
 
1395
Tue Mar 11 13:43:49 1997  J.T. Conklin  
1396
 
1397
        * m68k/Makefile.in (all): Fix typo.
1398
 
1399
        * m68k/crt0.S: Use cmpl #0,aX instead of cmpw #0,aX as the latter
1400
        is an invalid instruction on the coldfire.
1401
 
1402
Fri Mar  7 19:42:50 1997  Mark Alexander  
1403
 
1404
        * mips/lsi.ld: New file.
1405
        * mips/lsipmon.S: New file.
1406
        * Makefile.in: Add support for LSI variant of PMON (MiniRISC board).
1407
        * pmon.S: Ditto.
1408
 
1409
Fri Mar  7 10:29:11 1997  Ian Lance Taylor  
1410
 
1411
        * mips/regs.S (pc): Define.
1412
 
1413
Thu Mar  6 18:11:57 1997  Bob Manson  
1414
 
1415
       * mips/pmon.S (INDIRECT): For a target that uses the 64-bit
1416
        ABI, set up the stack for a 32-bit call before actually calling
1417
        PMON.
1418
 
1419
        * mips/regs.S: K1BASE needs to be a 64-bit value on a machine
1420
        with 64-bit pointers.
1421
 
1422
        * mips/syscalls.c (sbrk): Use size_t instead of unsigned int
1423
        when comparing pointers.
1424
 
1425
Wed Mar  5 15:44:04 1997  Doug Evans  
1426
 
1427
        * m32r/crtsysc.c (_sbrk): Change _end decl to __model__ (__medium__).
1428
        * m32r/Makefile.in (m32r-stub.o): Use MULTISRCTOP to find m32r-stub.c.
1429
 
1430
Tue Mar  4 07:01:44 1997  J.T. Conklin  
1431
 
1432
        * m68k/crt0.S: Use cmpw #0,aX instead of tstl aX, as the latter is
1433
        an invalid addressing mode on the 68000 core.
1434
 
1435
Mon Mar  3 16:38:19 1997  Jim Wilson  
1436
 
1437
        * mips/crt0.S: Subtract 24 instead of 8 when computing sp.
1438
 
1439
Mon Mar  3 13:35:20 1997  Doug Evans  
1440
 
1441
        * m32r/m32r-lib.c: New file.
1442
        * m32r/{eva,eva-stub}.ld: New files.
1443
        * m32r/Makefile.in: Build and install them.
1444
        Also build and install m32r-stub.o.
1445
 
1446
Tue Feb 25 11:59:20 1997  Gavin Koch  
1447
 
1448
        * mips/configure.in (LIB_AC_PROG_CC): copied from configure.in.
1449
        * mips/configure.in (AC_PROG_CC): replaced by LIB_AC_PROG_CC
1450
        can't do final link until libs in this directory are built.
1451
        * mips/configure: regenerated.
1452
 
1453
Tue Feb 25 00:31:27 1997  Ian Lance Taylor  
1454
 
1455
        * mips/crt0.S: Call hardware_init_hook and software_init_hook via
1456
        a register, to avoid relocation overflow if they are zero.
1457
 
1458
Mon Feb 24 22:25:49 1997  Gavin Koch  
1459
 
1460
        * mips/Makefile.in (IDTOBJS,PMONOBJS): Part specific modules
1461
        can now be configured by part_specific_obj.
1462
        * mips/configure.in (part_specific_obj): added.
1463
        * mips/configure: regenerate.
1464
 
1465
Fri Feb 21 14:29:54 1997  Doug Evans  
1466
 
1467
        * m32r/crtsysc.c (_sbrk): Declare _end with __attribute ((__sym32__)).
1468
 
1469
Fri Feb 21 10:10:55 1997  Jim Wilson  
1470
 
1471
        * mips/ddb.ld: Align the location counter before setting _gp, and
1472
        before setting edata.  Remove ALIGN from _gp computation.
1473
        * mips/idt.ld, mips/pmon.ld: Before setting _gp, use ALIGN(8) instead
1474
        of ALIGN(16).  Remove ALIGN from _gp computation.
1475
 
1476
Thu Feb 20 17:30:41 1997  Ian Lance Taylor  
1477
 
1478
        * mips/array.ld: Add mips16 sections.
1479
        * mips/ddb.ld, mips/idt.ld, mips/pmon.ld: Likewise.
1480
 
1481
        * mips/crt0.S (zerobss): Use subu, not sub.
1482
 
1483
Tue Feb 18 17:25:56 1997  Mark Alexander  
1484
 
1485
        * mips/crt0.S: Add .ent lines for all code fragments, so
1486
        that objdump --disassemble will display them correctly.
1487
 
1488
Fri Feb 14 11:07:20 1997  J.T. Conklin  
1489
 
1490
        * m68k/mvme-stub.c: New file.  Common debugger stub used for mvme-
1491
        based targets.  This should eventually be merged with or replaced
1492
        by the m68k stub from gdb.
1493
        * m68k/{mvme135-stub.c, mvme162lx-stub.c}: Removed.
1494
        * m68k/Makefile.in: Updated for above change.
1495
 
1496
        * m68k/{mvme135-asm.S, mvme162lx-asm.S}: Removed all whitespace
1497
        differences and changed to consistantly use the IMM macro for
1498
        immediate constants.  It is now possible to compare these two
1499
        files without having to filter out insignificant differences.
1500
 
1501
        * m68k/mvme135-stub.c (set_debug_traps): Renamed from
1502
        init_debug_traps to match documentation and other sample debugger
1503
        stubs.
1504
 
1505
        * m68k/sbc5204.ld: New file, linker script for Arnewsh SBC5204.
1506
 
1507
        * m68k/sbc5206.ld: New file, linker script for Arnewsh SBC5206.
1508
 
1509
        * m68k/Makefile.in (DBUG_OBJ, DBUG_BSP): New BSP for coldfire
1510
        targets running the dbug monitor.
1511
 
1512
        * m68k/{dbug-exit.S,dbug-inbyte.S,dbug-outbyte.S}: New files.
1513
 
1514
Thu Feb  6 13:31:06 1997  Bob Manson  
1515
 
1516
        * m68k/crt0.S: Don't use SYM to refer to symbols defined
1517
        in the linker script.
1518
 
1519
Thu Jan 16 10:34:36 1997  Jim Wilson  
1520
 
1521
        * mips/{ddb.ld,idt.ld,pmon.ld}: Readd OUTPUT_FORMAT definition.
1522
 
1523
Wed Jan  8 14:49:26 1997  Jim Wilson  
1524
 
1525
        * mips/crt0.S (_start): Don't try to use FPU registers if
1526
        __mips_soft_float is defined.
1527
 
1528
Fri Dec 27 15:41:08 1996  Bob Manson  
1529
 
1530
        * sparc/Makefile.in (splet-install): Add tsc701.ld.
1531
 
1532
Thu Dec 26 14:59:34 1996  Michael Snyder  
1533
 
1534
        * sparc/sparclet-stub.c: Add support for "P" protocol command.
1535
          Add support for %cc coprocessor registers, %asr registers.
1536
          Work-around broken SAVE instruction on sparclet.
1537
 
1538
Tue Dec 24 22:15:53 1996  Angela Marie Thomas (angela@cygnus.com)
1539
 
1540
        * mips/pmon.S: add an INDIRECT for _flush_cache to be the
1541
        same as mon_flush_cache.  This fixes failures in "make check"
1542
 
1543
Mon Dec 23 18:08:05 1996  Jim Wilson  
1544
 
1545
        * mips/syscalls.c (__errno, _raise): Delete.
1546
 
1547
Wed Dec 18 17:29:28 1996  Ian Lance Taylor  
1548
 
1549
        * mips/idt.ld: Align the location counter before setting _gp, and
1550
        before setting edata.
1551
        * mips/pmon.ld: Likewise.
1552
 
1553
Sat Dec 14 21:52:40 1996  Ian Lance Taylor  
1554
 
1555
        * configure.in: Use a special version of AC_PROG_CC.  Autoconf
1556
        2.12 introduced a check for whether the compiler works, and that
1557
        check will fail for a cross compilers without a complete set of
1558
        libraries.
1559
 
1560
Fri Dec 13 10:40:14 1996  Rob Savoye  
1561
 
1562
        * sbrk.c: Set the heap pointer to the address of _end, not the
1563
        value.
1564
 
1565
Wed Dec 11 15:26:50 1996  Jim Wilson  
1566
 
1567
        * mips/{ddb.ld,idt.ld,pmon.ld}: Delete OUTPUT_FORMAT definition.
1568
 
1569
Fri Dec  6 15:52:36 1996  Jim Wilson  
1570
 
1571
        * mips/crt0.S: Delete unreachable instruction after exit call.
1572
        Move exit call before .end _start.
1573
 
1574
Tue Nov 26 15:05:26 1996  Doug Evans  
1575
 
1576
        * configure: Regenerate with autoconf 2.12.
1577
 
1578
Mon Nov 11 15:12:08 1996  Michael Meissner  
1579
 
1580
        * config/ppc.mh: New PowerPC eabi target specific config file.
1581
        Always use -mrelocatable-lib -mno-eabi.
1582
 
1583
        * rs6000/configure.in (host_makefile_frag): Use config/ppc.mh.
1584
        * rs6000/configure: Regenerate.
1585
 
1586
        * rs6000/{mvme,sim}-crt0.o (_start): Make initial stack frame 64
1587
        bytes, not 56 so that it is aligned to a 16 byte boundary.
1588
 
1589
Tue Nov  5 10:24:29 1996  Doug Evans  
1590
 
1591
        * sparc/Makefile.in (crt0-701.o): Use default rule to build.
1592
        * sparc/crt0-701.S: Second pass at little endian support.
1593
 
1594
Tue Nov  5 10:08:40 1996  Dawn Perchik 
1595
 
1596
        * sparc/{salib-701.c,sparclet-stub.c,tsc701.ld}: New files.
1597
        * sparc/Makefile.in: Add rules for above.
1598
        (701_OBJS): Add salib-701.o, sparclet-stub.o.
1599
 
1600
Fri Nov  1 21:50:12 1996  Angela Marie Thomas (angela@cygnus.com)
1601
 
1602
        * mips/ddb.ld: rename cairo.ld to ddb.ld
1603
        * mips/Makefile.in: rename cairo to ddb
1604
 
1605
Thu Oct 31 13:54:58 1996  Stan Shebs  
1606
 
1607
        * sh/sh1lcevb.ld, sh/sh2lcevb.ld, sh/sh3lcevb.ld: New files,
1608
        linker scripts for Hitachi eval boards.
1609
 
1610
Thu Oct 31 12:39:53 1996  Doug Evans  
1611
 
1612
        * m32r/crt0.S: Set up fp.  Speed up zeroing of bss.
1613
 
1614
Sun Oct 27 20:34:27 1996  Mark Alexander  
1615
 
1616
        * mips/crt0.S: Initialize gp register correctly.
1617
 
1618
Tue Oct 22 12:02:19 1996  Doug Evans  
1619
 
1620
        * m32r/sys/syscall.h: New file.
1621
        * m32r/crt0.S: Rewrite.
1622
        * m32r/crtsysc.c (__trap): Adjust literal and comment syntax.
1623
 
1624
Thu Oct 17 13:47:54 1996  Doug Evans  
1625
 
1626
        * m32r/syscalls.c: Deleted, renamed to
1627
        * m32r/crtsysc.c: this.
1628
        * m32r/Makefile.in: Updated.
1629
 
1630
Mon Sep 30 11:42:08 1996  Doug Evans  
1631
 
1632
        * m32r/{Makefile.in,configure.in,configure}: New files.
1633
        * m32r/{crt0.S,syscalls.c,trap.S}: New files.
1634
        * configure.in: Recognize m32r-*-*.
1635
        * configure: Regenerated.
1636
 
1637
Thu Sep 26 10:59:25 1996  James G. Smith  
1638
 
1639
        * mips/crt0.S (_exit): Update terminating break instruction to use
1640
        an explicit high value.
1641
 
1642
Mon Sep 23 19:02:32 1996  Stan Shebs  
1643
 
1644
        * sh: New directory, Hitachi SH libgloss support.
1645
        * sh/sh3bb.ld: New file, SH3 big box linker script.
1646
 
1647
Thu Sep 19 12:02:23 1996  Ian Lance Taylor  
1648
 
1649
        * mips/crt0.S (zerobss): Use bltu in zerobss loop, not bne, in
1650
        case the end symbol is not aligned.
1651
 
1652
Sun Sep 15 12:23:47 1996  James G. Smith  
1653
 
1654
        * mips/vr4300.S (__cpu_flush): Fix lui constant.
1655
        * mips/crt0.S (init): Fix passing of arg0 through exit() and
1656
        _exit().
1657
        * mips/syscalls.c (__errno): Return address of errno, rather than
1658
        NULL.
1659
 
1660
Wed Sep 11 10:45:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
1661
 
1662
        * m68k/bcc.ls, m68k/idp.ld, m68k/mvme135.ld, m68k/mvme162.ld:
1663
        Merge .init and .fini sections into .text to fix a.out.
1664
 
1665
Sun Sep  8 09:50:08 1996  Stu Grossman  (grossman@critters.cygnus.com)
1666
 
1667
        * m68k/bcc.ls, m68k/idp.ld, m68k/mvme135.ld, m68k/mvme162.ld:
1668
        Many fixes for problems discovered during testing.  Make stack end
1669
        at end of ram.  Force __CTOR_LIST__ and __DTOR_LIST__ to be
1670
        longword aligned.  Move .shdata out of .text section.  Put .rodata
1671
        and .gcc_except_table into .text section.  Get rid of .shbss
1672
        section, load it into .bss.  Remove bogus start address
1673
        calculation for .bss.  Force all sections to be longword aligned.
1674
        Create .init and .fini sections (including function prologues and
1675
        epilogues) for ELF support.
1676
        * cpu32bug.S cpu32bug.h:  Move defs for cpu32bug monitor into
1677
        cpu32bug.h.  Make sure that cpu32bug function codes aren't global.
1678
        Remove creation of vbr_table.  Fix function prologue in _exit.
1679
        Use fp instead of a6.  Add .text pseudo-op to the beginning of
1680
        each function.
1681
        * crt0.S:  Remove global symbols zeroboss, init and launch.  Make
1682
        main, exit, hardware_init_hook, software_init_hook, atexit and
1683
        __do_global_dtors extern, not global.  Fix logic error when
1684
        initializing stack pointer.  It now loads sp if __stack is non-
1685
        zero.  Reverse order of software and hardware init hooks.
1686
        Hardware now comes first.  Add call to __INIT_SECTION__, and
1687
        register __FINI_SECTION__ with atexit.  This is needed to make ELF
1688
        static constructors and destructors work right.
1689
 
1690
Tue Sep  3 11:55:01 1996  Ian Lance Taylor  
1691
 
1692
        * m68k/bcc.ld: Set address of .stab and .stabstr to 0, not `.'.
1693
        * m68k/idp.ld, m68k/mvme135.ld, m68k/mvme162.ld: Likewise.
1694
        * hp74x/hppa.c, rs6000/evm.ld, sparc/ex930.ld: Likewise.
1695
        * sparc/ex931.ld, sparc/ex934.ld, sparc/sim.ld: Likewise.
1696
 
1697
Fri Aug 30 15:57:37 1996  James G. Smith  
1698
 
1699
        * mips/Makefile.in (SCRIPTS): Add cairo.
1700
        (vr4300.o:): Force build with target CFLAGS to ensure correct
1701
        multilib endianness. The -Tcairo.ld target uses libpmon.a aswell
1702
        as the -Tpmon.ld target.
1703
        * mips/{idt.ld,pmon.ld}: Remove explicit crt0.o include.
1704
        * mips/cairo.ld: Added.
1705
        * mips/crt0.S: Restore atexit() call. Fix startup stack
1706
        initialisation.
1707
        * mips/pmon.S: Fix monitor indirection to be 64bit clean.
1708
        * mips/vr4300.s: Added simple bus error handler to cope with
1709
        sizing memory that doesn't ghost, but does abort.
1710
        * mips/cma101.c: Improve the memory sizer.
1711
        * mips/regs.S: Add definitions for SR_KX, SR_SX and SR_UX.
1712
 
1713
Thu Aug 29 17:07:45 1996  Michael Meissner  
1714
 
1715
        * a29k/configure.in (i[345]86-*-*): Recognize i686 for pentium
1716
        pro.
1717
        * testsuite/libgloss.all/configure.in (i[345]86-*-*): Ditto.
1718
        * a29k/configure: Regenerate.
1719
 
1720
Thu Aug 22 10:31:38 1996  Michael Meissner  
1721
 
1722
        * rs6000/Makefile.in (install{,-linux,-solaris}): Add install of
1723
        Linux, Solaris libraries if built.
1724
 
1725
Fri Aug 16 10:12:48 1996  Rob Savoye  
1726
 
1727
        * m68k/Makefile.in: Add -nostdlib to the test targets.
1728
        * m68k/{idp,bcc,mvme135,mvme162}.ld: Move the CTORS and DTORS from
1729
        .data to .text where they really belong.
1730
        * m68k/crt0.S(launch): Don't put __do_global_dtors into atexit,
1731
        GCC is supposed to do this in __main.
1732
 
1733
Mon Aug  5 15:04:34 1996  Doug Evans  
1734
 
1735
        * sparc/libsys/isatty.c: New file.
1736
 
1737
Sun Aug  4 22:32:14 1996  Rob Savoye  
1738
 
1739
        * pa/Makefile.in: Build the test case as seperate targets.
1740
        * pa/{w89k,op50n}.ld: Use GROUP rather than INPUT to get all the
1741
        libraries.
1742
 
1743
Fri Aug  2 18:25:07 1996  J.T. Conklin  
1744
 
1745
        * m68k/Makefile.in: Install common crt0.o, remove old references
1746
        to per-bsp crt0's.
1747
 
1748
Tue Jul 30 21:48:05 1996  Rob Savoye  
1749
 
1750
        * sparc/Makefile.in: Built crt0.S, not crto.s.
1751
        * sparc/crt0.S: Don't use REGS macro, use % always.
1752
        * sparc/salib.c: Add a prototype for putDebugChar.
1753
 
1754
Tue Jul 23 15:12:42 1996  Doug Evans  
1755
 
1756
        * sparc/{sysc-701.c,crt0-701.S}: New files.
1757
        * sparc/Makefile.in (all): Build them.
1758
        ($(701_BSP),crt0-701.o): New targets.
1759
        ($(CRT0),$(SIM_CRT0),dtor.o): Don't use $<, for sunos make.
1760
        (all): Depend on $($(CPU)_ALL).
1761
        (install): Use $(INSTALL_DATA), not $(INSTALL_PROGRAM).
1762
        Depend on $($(CPU)_INSTALL).
1763
        * sparc/configure.in (libgloss_topdir): Delete unnecessary $(srcdir).
1764
        (AC_CONFIG_AUX_DIR): Call.
1765
        (CPU): Define.
1766
        * sparc/configure: Regenerated.
1767
 
1768
Mon Jul 22 14:32:39 1996  Doug Evans  
1769
 
1770
        * config/{default.mt,mips.mt}: Don't use $<, for sunos make.
1771
 
1772
Mon Jul 22 15:54:02 1996  Ian Lance Taylor  
1773
 
1774
        * m68k/crt0.S (zerobss): Don't use dbra if __mcf5200__.
1775
 
1776
Sun Jul 14 16:47:14 1996  Michael Meissner  
1777
 
1778
        * lseek.c (lseek): Don't use SET_ERRNO.
1779
        * open.c (open): Ditto.
1780
 
1781
Wed Jul  3 18:19:10 1996  Stu Grossman  (grossman@critters.cygnus.com)
1782
 
1783
        * sparc/Makefile.in:  Install ex930/931/934.ld files.
1784
        * sparc/configure, sparc/configure.in:  Use AC_CANONICAL_SYSTEM to
1785
        define target_alias to make install work from this directory.
1786
 
1787
Wed Jul  3 18:04:49 1996  Ian Lance Taylor  
1788
 
1789
        * Makefile.in: Make sure we always have an argument to for.  Make
1790
        sure rootpre and srcrootpre are always set before using
1791
        FLAGS_TO_PASS.
1792
 
1793
Tue Jul  2 18:04:31 1996  J.T. Conklin  
1794
 
1795
        * glue.h (SET_ERRNO): Removed.
1796
        * sbrk.c, stat.c, unlink.c: Don't use SET_ERRNO.
1797
 
1798
Mon Jul  1 14:24:51 1996  Michael Meissner  
1799
 
1800
        * rs6000/Makefile.in: Add $(srcdir)/.. dependencies for all files
1801
        in the toplevel.
1802
 
1803
Sat Jun 29 23:26:39 1996  James G. Smith  
1804
 
1805
        * mips/cma101.c (DOSYNC): Explicitly select -mips2 for the
1806
        assembly of the "sync" instruction.
1807
        * mips/Makefile.in: Removed special cma101.o build. Seperate
1808
        install.sh invocations for the BSP libraries.
1809
 
1810
Sat Jun 29 08:17:52 1996  Michael Meissner  
1811
 
1812
        * doc/porting.texi (GNU remote protocol): Fix bad texinfo.
1813
 
1814
Fri Jun 28 23:16:37 1996  Rob Savoye  
1815
 
1816
        * sparc/traps.S: Don't use REGS macro, use % always.
1817
        * sparc/Makefile.in: Add -nostdlib when building the test cases,
1818
        as gcc keeps thinks it wants two crt0.o.
1819
        * sparc/asm.h: Don't define the REGS macro, we'll use explicit
1820
        register prefixes. Always define USER_LABEL_PREFIX cause gcc is
1821
        broken, and I doubt it'll get fixed.
1822
 
1823
Sat Jun 29 05:05:15 1996  James G. Smith  
1824
 
1825
        * mips/crt0.S (zerobss): Fix the stack-pointer calculation.
1826
 
1827
Thu Jun 27 17:23:33 1996  Ian Lance Taylor  
1828
 
1829
        * mips/Makefile.in (vr4300.o): Pass -mips3 after $(ASFLAGS).
1830
        (cma101.o): Pass -mips2 after $(CFLAGS).
1831
 
1832
Tue Jun 25 22:48:15 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
1833
 
1834
        * Makefile.in (bindir, libdir): Use autoconf-set values.
1835
        * configure: Rebuilt.
1836
 
1837
        * doc/Makefile.in (mandir, infodir): Use autoconf-set values.
1838
        * doc/configure.in (AC_PREREQ): autoconf 2.5 or higher.
1839
        * doc/configure: Rebuilt.
1840
 
1841
        * {a29k,hp74x,i960,m68k,mips,pa,rs6000,sparc,sparc/libsys}/Makefile.in
1842
        (bindir, libdir): Use autoconf-set values.
1843
        * {a29k,hp74x,i960,m68k,mips,pa,rs6000,sparc,sparc/libsys}/configure.in
1844
        (AC_PREREQ): autoconf 2.5 or higher.
1845
        * {a29k,hp74x,i960,m68k,mips,pa,rs6000,sparc,sparc/libsys}/configure:
1846
        Rebuilt.
1847
 
1848
Mon Jun 24 22:01:11 1996  Rob Savoye  
1849
 
1850
        * sparc/crt0.S: Set the stack to the upper part of memory. Execute
1851
        hardware_init_hook and software_init_hook if they exist with a
1852
        legit address. Drop into exit after main. Zero the bss section.
1853
        * sparc/ex930.ld:  PROVIDE hardware_init_hook and
1854
        software_init_hook.
1855
 
1856
Mon Jun 24 19:44:45 1996  Ian Lance Taylor  
1857
 
1858
        * mips/Makefile.in (cma101.o): Use -mips2 option when compiling.
1859
 
1860
Wed Jun 19 13:57:36 1996  Rob Savoye  
1861
 
1862
        * debug.[ch]: New files for GDB stub support.
1863
        * config/default.mt: Add rules for debug.o.
1864
        * config/default.mh: Add rule for building C++ source. Add $srcdir
1865
        to INCLUDES so shared header files can be found.
1866
 
1867
        * sparc/salib.c(exceptionHandler): Range check the vector number
1868
        so we get a legit %tbr value. Add wrappers so inbyte and outbyte
1869
        work.
1870
        * sparc/crt0.s: Handle cpus that don't have FP support.
1871
        * sparc/Makefile.in: Add multilib support. Add variable for
1872
        objcopy and objdump. Build the BSPs as archive libraries, not
1873
        object files. Add support for the SIS sparc simulator. Build the
1874
        test case srecords and dissasembly as seperate makefile
1875
        targets. Also optionally build the C++ test case. Use a target
1876
        makefile fragment.
1877
        * sparc/configure.in: Add multilib support.
1878
        * sparc/configure: Regenerated.
1879
        * sparc/asm.h: Macros to deal with aout and coff formats portably.
1880
        * sparc/slite.h: Sparclite specific stuff.
1881
        * sparc/{sim-crt0.S,sim-stub.c,sim-io.c,sim.ld}: New support for
1882
        the SIS sparc simulator.
1883
        * sparc/traps.S: Generic trap handlers for SIS and ex93x targets.
1884
        * sparc/tests.c: Test case for linking and GDB protocol.
1885
 
1886
Tue Jun 18 20:06:16 1996  Rob Savoye  
1887
 
1888
        * pa/Makefile.in: Build the test case srecords and dissasembly
1889
        as seperate makefile targets. Also optionally build the C++ test
1890
        case.
1891
        * pa/crt0.S: If __stack and __globals have a legit address, use
1892
        that for %sp and %gp. Execute hardware_init_hook and
1893
        software_init_hook if they exist with a legit address. Add
1894
        __do_global_dtors() to the atexit array.
1895
        * pa/{w89k,op50n}.ld: Use GROUP rather than INPUT to get the
1896
        libraries. Allocate the stack and global spaces from the top of
1897
        memory. PROVIDE hardware_init_hook and software_init_hook.
1898
 
1899
        * m68k/Makefile.in: Build the test case srecords and dissasembly
1900
        as seperate makefile targets. Also optionally build the C++ test
1901
        case.
1902
        * m68k/asm.h: Don't define __USER_LABEL_PREFIX__ and
1903
        __REGISTER_PREFIX__ ourselves since suprisingly gcc sets them
1904
        correctly for a change.
1905
        * m68k/{bcc,mvme135,mvme162,idp}.ld: Use the same crt0 rather than
1906
        building seperate ones. PROVIDE hardware_init_hook and
1907
        software_init_hook. Stick the Constructors and Destructors in
1908
        .data cause they don't work in .text (which is where they should
1909
        really be).
1910
        * m68k/cpu32bug: Add a few more traps to support the older ABug
1911
        monitor.
1912
        * m68k/crt0.S: If __stack is isn't set, set the stack to the top
1913
        of memory. Excecute hardware_init_hook and software_init_hook if
1914
        they exist with a legit address. Add __do_global_dtors() to the
1915
        atexit array.
1916
 
1917
        * rs6000/Makefile.in: Use the linker script to build the test
1918
        case. Also build a C++ test case.
1919
        * rs6000/dtor.C: Test contructors and destructors.
1920
        * rs6000/{sim,mvme}.ld: New linkers scripts for the simulator and
1921
        the mvme board.
1922
        * rs6000/evm.ld: Provide hardware_init_hook and software_init_hook
1923
        so we can test for them in the crt0.S.
1924
        * rs6000/crto.S: Excecute hardware_init_hook and
1925
        software_init_hook if they exist with a legit address.
1926
 
1927
Mon Jun 17 18:39:17 1996  Rob Savoye  
1928
 
1929
        * mips/Makefile.in: Replace the "test" target with seperate
1930
        targets for the dissasembled file, and the srecord.
1931
        * mips/configure.in: Use a target makefile fragment.
1932
        * mips/configure: Regenerate.
1933
        * mips/idt.ld: Add a comment on producing srecords. Setup a space
1934
        for the stack. PROVIDE hardware_init_hook and software_init_hook.
1935
        * mips/crt0.S: Make a small stack. Run memsize() using the temp
1936
        stack, and then set the stack to the top of memory. Also grab some
1937
        space for the globals. Add __do_global_dtors() to the atexit
1938
        array. Call _exit from newlib so the atexit array gets run, then
1939
        exits.
1940
 
1941
Thu Jun 13 15:44:46 1996  Ian Lance Taylor  
1942
 
1943
        * mips/Makefile.in (vr4300.o): Use -mips3 option when assembling.
1944
 
1945
Sat Jun  1 16:27:53 1996  Michael Meissner  
1946
 
1947
        * rs6000/simulator.S (open, close, lseek): Add system calls.
1948
        * rs6000/Makefile.in (OBJS): Don't put open.o, close.o, lseek.o
1949
        here.
1950
        (SIM_OBJS): Put them here instead.
1951
 
1952
Tue Apr 30 20:01:08 1996  Rob Savoye  
1953
 
1954
        * m68k/crt0.S: Don't allocate __stack in the .bss section.
1955
        * m68k/{idp,mvme135,mvme162,bcc}.ld: Set __stack to a word below
1956
        the top of memory. Use "-l" in GROUP rather than the full name so
1957
        it'll get found using the path lookup in LD. Also link in libgcc
1958
        too. Don't set __lstack anymore.
1959
        * m68k/Makefile.in: Build test as a series of Makefile targets,
1960
        rather than as a big loop.
1961
 
1962
Thu Apr 25 08:38:15 1996  Michael Meissner  
1963
 
1964
        * rs6000/mvme-stack.S: New file, define __stack.
1965
        * rs6000/mvme-crt0.S (_start): If __stack is not 0, use that for
1966
        the stack address.
1967
 
1968
Thu Apr 25 06:42:02 1996  Rob Savoye 
1969
 
1970
        * rs6000/Makefile.in: Add support for multilib.
1971
        * rs6000/configure.in: Ditto.
1972
        * rs6000/configure: Regenerate.
1973
 
1974
Wed Apr 24 11:02:33 1996  Doug Evans  
1975
 
1976
        * sparc/libsys/Makefile.in (isatty.o): Add rule for SunOS VPATH.
1977
 
1978
Fri Apr 19 13:23:31 1996  Rob Savoye  
1979
 
1980
        * {mips,a29k,pa}/configure.in: Add support for multilibs
1981
        by using config-ml.in.
1982
        * {mips,a29k,pa}/configure: Regenerate.
1983
        * {mips,a29k,pa}/Makefile.in: Build archive libraries,
1984
        not objects for the BSPs.
1985
 
1986
Fri Apr 19 12:33:25 1996  Michael Meissner  
1987
 
1988
        * rs6000/sol-crt0.c: Delete, file moved into gcc directory.
1989
 
1990
Mon Apr 15 14:09:26 1996  Michael Meissner  
1991
 
1992
        * rs6000/simulator.S: Call _cerror to save errno if an error
1993
        occurred.
1994
        * rs6000/sim-errno.c (_cerrno): New function to set errno.
1995
 
1996
Thu Apr 11 14:19:01 1996  Michael Meissner  
1997
 
1998
        * rs6000/sol-{crt0.c,syscall.S,cfuncs.c}: New files to support
1999
        libgloss on PowerPC Solaris.
2000
 
2001
        * rs6000/Makefile.in: Add Solaris support.
2002
 
2003
Tue Apr 16 17:43:06 1996  Rob Savoye  
2004
 
2005
        * Makefile.in: Don't do anything if SUBDIRS is empty.
2006
 
2007
Mon Apr 15 15:37:52 1996  Rob Savoye  
2008
 
2009
        * configure.in, m68k/configure.in: Add support for multilibs by
2010
        using config-ml.in.
2011
        * m68k/crt0.S: If a value for __stack hasn't been specified,
2012
        initialize %sp to some memory in .bss.
2013
        * m68k/Makefile.in: Build archive libraries, not objects for the
2014
        BSPs. Build multiple copies of the crt0.o, one for each target. Add
2015
        support to build multilibs.
2016
        * idp.ld, bcc.ld, mvme135.ld, mvme162.ld: Use GROUP to look for
2017
        libc.a and the BSP rather than INPUT an object. Get the right
2018
        crt0.o.
2019
 
2020
Tue Apr  9 23:31:53 1996  Ian Lance Taylor  
2021
 
2022
        * m68k/cpu32bug.S (getDebugChar): Use extw/extl rather than
2023
        extbl, so it can be used on a 68000.
2024
 
2025
Wed Mar 27 17:18:01 1996  Michael Meissner  
2026
 
2027
        * rs6000/{mvme-exit,simulator}.S (_exit): Loop on a trap
2028
        instruction following the _exit system call.  This also makes sure
2029
        that the debugger reports the address as being in _exit, rather
2030
        than whatever function follows _exit.
2031
 
2032
Fri Mar 15 12:30:02 1996  J.T. Conklin  
2033
 
2034
        * i960/{Makefile.in,asm.h,configure,configure.in,mon-read.c,
2035
        mon-syscalls.S,mon-write.c}: Initial support for MON960.
2036
        * configure.in: Add support for i960.
2037
        * configure: Rebuild with autoconf 2.8.
2038
 
2039
Fri Mar  8 18:12:52 1996  Ian Lance Taylor  
2040
 
2041
        * a29k/configure.in: Call AC_CONFIG_AUX_DIR.
2042
        * a29k/configure: Rebuild with autoconf 2.7.
2043
        * m68k/configure.in: Call AC_CONFIG_AUX_DIR before
2044
        AC_CANONICAL_SYSTEM.
2045
        * mips/configure.in, pa/configure.in: Likewise.
2046
        * rs6000/configure.in: Likewise.
2047
        * m68k/configure, mips/configure, pa/configure: Rebuild.
2048
        * rs6000/configure: Rebuild.
2049
 
2050
Fri Mar  8 08:11:14 1996  Doug Evans  
2051
 
2052
        * sparc/libsys/sbrk.S (curbrk): Moved from here,
2053
        * sparc/libsys/cerror.S (curbrk): To here.
2054
 
2055
Thu Mar  7 11:39:09 1996  James G. Smith  
2056
 
2057
        * mips/crt0.S (bssloop): Updated comment to reflect the source.
2058
 
2059
Wed Mar  6 18:12:25 1996  Doug Evans  
2060
 
2061
        * configure.in (sparclet-*-aout*): Add entry.
2062
        * configure: Regenerated.
2063
        * sparc/libsys/{Makefile.in,configure.in,configure,isatty.c,
2064
        libsys-crt0.S,sbrk.S,syscall.h,syscallasm.h,template.S,template_r.S}:
2065
        New files.
2066
 
2067
Fri Feb 23 22:21:07 1996  Rob Savoye  
2068
 
2069
        * a29k: New dir for a29k-coff support for the AMSAT Phase-3D
2070
        satellite. (doesn't use udi)
2071
        * a29k/{29200-io.c,Makefile.in,configure,configure.in,README,crt0.s,
2072
        p3dgps.ld,sa29200.ld,sa29200b.ld,test.c: New files for a29k
2073
        support.
2074
        * a29k/sys/{cpudef.h,intrinsi.h,macros.h,romdcl.h,sysmac.h,
2075
        fpsymbol.h,libconfig.h,proreg.h,smartmac.h}: New files for a29k
2076
        support.
2077
        * configure.in: Add support for a29k.
2078
        * configure: Rebuild.
2079
 
2080
Thu Feb 22 13:32:28 1996  Michael Meissner  
2081
 
2082
        * rs6000/mvme-read.c (read): New file, if large read, do a .INLN
2083
        system call, instead of sucessive .INCHR system calls.  Map \r on
2084
        input to \n.
2085
 
2086
        * rs6000/mvme-inbyte.S: Add stub for new input system calls.
2087
 
2088
        * rs6000/Makefile.in (MVME_OBJS): Add mvme-read.o, delete read.o
2089
 
2090
Wed Feb 21 16:45:19 1996  Michael Meissner  
2091
 
2092
        * rs6000/mvme-print.c: New file, map write into sequences of
2093
        .OUTLN/.OUTCHR/.PCRLF rather than just using .OUTCHR.
2094
 
2095
        * rs6000/mvme-outbyte.S: Add stubs for new output system calls.
2096
 
2097
        * rs6000/Makefile.in (MVME_OBJS): Add mvme-print.o, delete print.o
2098
        and write.o.
2099
 
2100
Thu Feb 15 11:37:02 1996  James G. Smith  
2101
 
2102
        * mips/{mipsidt,mipspmon}.ld: Added OUTPUT_ARCH definition.
2103
        * mips/cma101.c (time): Added time() function.
2104
 
2105
Tue Feb 13 10:36:07 1996  James G. Smith  
2106
 
2107
        * mips/vr4300.S (__cpu_flush): Fix loop counter.
2108
 
2109
Tue Jan 30 15:41:19 1996  James G. Smith  
2110
 
2111
        * mips/syscalls.c: Used include file, rather than local manifest
2112
        definitions.
2113
        * mips/crt0.S: Removed IDT monitor entry points.
2114
        * mips/Makefile.in: Construct mipsidt and mipspmon BSP files.
2115
        * mips/{cma101.c,idtmon.S,pmon.S,regs.S,vr4300.S}: Added.
2116
        * mips/{mipspmon.ld}: Added.
2117
 
2118
Sun Jan 28 08:01:31 1996  Michael Meissner  
2119
 
2120
        * rs6000/configure.in (AC_INIT): Use sim-crt0.S, not crt0.s.
2121
        * rs6000/configure: Regenerate.
2122
 
2123
Wed Jan 24 14:26:01 1996  Michael Meissner  
2124
 
2125
        * rs6000/{mvme,sim}-crt0.S (__atexit): Put the __atexit variable
2126
        in the .sdata section, and provide a fixup for the address, in
2127
        order to support the new -msdata compiler flag.
2128
 
2129
Thu Jan 11 11:24:25 1996  Michael Meissner  
2130
 
2131
        * rs6000/{mvme,sim}-crt0.S (__atexit): Provide address of atexit,
2132
        so eabi-ctors in libgcc.a can know to register the function to
2133
        call all of the destructors.
2134
 
2135
Sat Dec 30 14:31:37 1995  Doug Evans  
2136
 
2137
        * configure.in (AC_CONFIG_AUX_DIR): Adjust to new build tree layout.
2138
        * {doc,hp74x,m68k,mips,pa,rs6000,sparc}/configure.in
2139
        (AC_CONFIG_AUX_DIR): Define
2140
        * {,doc,hp74x,m68k,mips,pa,rs6000,sparc}/configure: Regenerated.
2141
 
2142
Mon Dec 11 12:20:24 1995  Ian Lance Taylor  
2143
 
2144
        * Makefile.in (FLAGS_TO_PASS): Add INSTALL, INSTALL_PROGRAM,
2145
        and INSTALL_DATA.
2146
 
2147
Fri Dec  1 16:54:15 1995  James G. Smith  
2148
 
2149
        * mips/syscalls.c (sbrk): Fixed memory addressing. System call
2150
        returns size, not (last address + 1).
2151
 
2152
Thu Nov 16 13:47:57 1995  Ian Lance Taylor  
2153
 
2154
        * config/default.mh: Don't define CC_FOR_TARGET, AS_FOR_TARGET,
2155
        AR_FOR_TARGET, LD_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET,
2156
        OBJDUMP_FOR_TARGET, or OBJCOPY_FOR_TARGET.  Change the build rules
2157
        to use CC, etc., instead of CC_FOR_TARGET, etc.
2158
        * configure.in, */configure.in: Get values for CC, AS, AR, LD, and
2159
        RANLIB.  Always use default.mh.
2160
        * Makefile.in (FLAGS_TO_PASS): Pass down LD.
2161
        * Makefile.in, */Makefile.in: Let CC, AS, AR, LD, and RANLIB by
2162
        substituted by the autoconf configure script.  Use them instead of
2163
        the *_FOR_TARGET variants.
2164
        * hp74x/configure.in: Don't call AC_CANONICAL_SYSTEM.
2165
        * m68k/configure.in: Call AC_ARG_PROGRAM.
2166
        * mips/configure.in, pa/configure.in: Likewise.
2167
        * rs6000/configure.in: Likewise.
2168
        * m68k/Makefile.in: Set program_transform_name, OBJDUMP, and
2169
        OBJCOPY.
2170
        * mips/Makefile.in, pa/Makefile.in, rs6000/Makefile.in: Likewise.
2171
        * mips/Makefile.in: Split new test target from all target.
2172
        * configure, */configure: Rebuild.
2173
 
2174
Tue Nov 14 12:04:36 1995  Angela Marie Thomas (angela@cygnus.com)
2175
 
2176
        * Makefile.in: Added prefix, exec-prefix and tooldir to
2177
        FLAGS_TO_PASS so vaulting works correctly.
2178
 
2179
Tue Nov 14 18:32:41 1995  James G. Smith  
2180
 
2181
        * mips/mipsidt.ld: Added.
2182
        * mips/syscalls.c: Added.
2183
        * mips/crt0.S: Added FPU presence check, and entry points into IDT
2184
        monitor.
2185
        * mips/Makefile.in (all): Updated to build generic IDT monitor
2186
        crt0.o file.
2187
        * mips/test.c (main): Removed unnecessary prototypes.
2188
        * configure.in (configdirs): Removed mips64vr4300 target.
2189
        * configure: Re-generated.
2190
        * config/default.mh (OBJDUMP_FOR_TARGET): Added missing parent
2191
        directory path element.
2192
        * mipsidt: Directory removed.
2193
 
2194
Fri Nov 10 12:50:03 1995  Ian Lance Taylor  
2195
 
2196
        * configure.in, */configure.in: Don't call AC_ARG_PROGRAM.
2197
        * configure, */configure: Rebuild.
2198
        * Makefile.in, */Makefile.in: Don't set program_transform_name.
2199
 
2200
Wed Nov  8 16:19:31 1995  James G. Smith  
2201
 
2202
        * configure.in (configdirs): Add mips*vr4300*-*-* target.
2203
 
2204
        * configure: Re-generated.
2205
 
2206
        * mipsidt/crt0.S: Check for FPU presence.
2207
 
2208
        * mipsidt/mipsidt.ld: Removed explicit crt0.o from link.
2209
 
2210
        * mipsidt/Makefile.in: Explicitly link against crt0.o file.
2211
 
2212
Thu Nov  2 23:27:28 1995  Rob Savoye  
2213
 
2214
        * config/default.mh: Add additional "../" to path used to find
2215
        comp-tools binaries in an object tree.
2216
 
2217
Mon Oct 30 18:10:47 1995  Michael Meissner  
2218
 
2219
        * rs6000/mvme-crt0.S (_start): Zero out bss before the the program
2220
        starts.
2221
 
2222
Tue Oct 24 10:07:50 1995  Michael Meissner  
2223
 
2224
        * rs6000/mvme-{exit,outbyte,inbyte}.S: Use hex for the system
2225
        calls, not decimal, since formatting the disk when you intend to
2226
        write out a character is not nice.
2227
 
2228
Mon Oct 23 22:17:12 1995  Michael Meissner  
2229
 
2230
        * rs6000/mvme-crt0.S (_start): Bump sp by -4 before storing end of
2231
        stack chain to avoid last word indebugger's memory.
2232
 
2233
        * rs6000/mvme-{exit,inbyte,outbyte}.S: System call number goes in
2234
        r10, not r0.
2235
 
2236
Mon Oct 23 17:57:23 1995  James G. Smith  
2237
 
2238
        * mipsidt/Makefile.in: Removed the LDFLAGS_FOR_TARGET in the test
2239
        program link.
2240
 
2241
        * mipsidt/crt0.S: Changed monitor entry sequence.
2242
 
2243
        * mipsidt/syscalls.c: Added local sbrk() function, derived from
2244
        (libgloss/sbrk.c), but using the monitor routine to ascertain the
2245
        amount of memory available.
2246
 
2247
Mon Oct 23 11:58:04 1995  James G. Smith  
2248
 
2249
        * mipsidt: Added (directory). This is a simple crt0 module for the
2250
        IDT MIPS monitor. The existing "libgloss/mips" directory is for a
2251
        specific R3000 board, so it was safer creating a new target
2252
        directory.
2253
        * mipsidt/Makefile.in: Added.
2254
        * mipsidt/configure: Added.
2255
        * mipsidt/configure.in: Added.
2256
        * mipsidt/crt0.S: Added.
2257
 
2258
        * mipsidt/syscalls.c: Added.
2259
        * mipsidt/test.c: Added.
2260
 
2261
        * configure (mips*vr4300*-*-*): Use new mipsidt target directory.
2262
 
2263
Mon Oct  9 21:07:08 1995  Michael Meissner  
2264
 
2265
        * rs6000/Makefile (all asm rules): Remove asm.h dependency.
2266
        * rs6000/asm.h: File deleted, moved to gcc directory as ppc-asm.h.
2267
        * rs6000/mvme-{crt0,exit,inbyte,outbyte}.S: Include ppc-asm.h, not
2268
        asm.h.
2269
        * rs6000/sim{-crt0,ulator}.S: Ditto.
2270
 
2271
        * rs6000/{mvme,sim}-crt0.S (_start): Don't use FUNC_START/FUNC_END
2272
        for _start, since the linker needs to see this.
2273
 
2274
Mon Oct  9 12:08:12 1995  Stu Grossman  (grossman@cygnus.com)
2275
 
2276
        * sparc/sparc-stub.c:  include sparclite.h to get access to register
2277
        fondling macros.
2278
        * (trap_low):  Save and restore FP regs if necessary.  Also, clean
2279
        up save and restore of debug unit regs.
2280
        * (hard_trap_info):  Add more architecturally defined traps.
2281
        * (set_debug_traps):  Only set FP disabled trap if FP is disabled.
2282
        * (get_in_break_mode):  Clean up.  Get rid of calls to
2283
        set_hw_breakpoint_trap().  Also, use write_asi macro
2284
        * (handle_exception):  Clean up `g' and `G' commands.  Add `P'
2285
        command.
2286
        * (hw_breakpoint):  Why was this here!?  It's gone now...
2287
        * sparc/crt0.s:  Speed up prom copy loop.  Clean up window over/under
2288
        flow setup.  Call main instead of jumping to it.
2289
        * sparc/salib.c (get_uart_status rcv_char flush_i_cache):  Use new
2290
        and improved read_asi macro.
2291
        * (win_ovf win_unf):  Parameterize window size.
2292
        * sparclite.h (read_asi):  Rewrite so that macro returns an rval.
2293
        * (read_psr write_psr):  New macros to do the obvious.
2294
        * Add conditionalized code for 933 window size.
2295
 
2296
Fri Oct  6 15:35:01 1995  Michael Meissner  
2297
 
2298
        * rs6000/simulator.S (abort): Delete abort.
2299
        * rs6000/sim-abort.c: New file, to print message that abort was
2300
        called.
2301
        * rs6000/Makefile.in (SIM_OBJS): Add sim-abort.o.
2302
 
2303
        * rs6000/asm.h (FUNC_NAME, FUNC_START, FUNC_END): New macros that
2304
        give the start and end of a function written in assembler.  If
2305
        -mcall-aixdesc or -mcall-nt, create a function descriptor and name
2306
        the real function with one or two leading periods.
2307
 
2308
        * rs6000/{simulator,sim-crt0}.S: Use new function macros.
2309
        * rs6000/mvme-{crt0,exit,inbyte,outbyte}.S: Ditto.
2310
 
2311
        * rs6000/Makefile.in: Add asm.h as a dependent for all .S files.
2312
        Compile the .S files with gcc, so that -mcall-* flags define the
2313
        appropriate macros.
2314
 
2315
Thu Sep 28 13:49:45 1995  Ian Lance Taylor  
2316
 
2317
        * sparc/ex93x.ld: Remove crt0.o from INPUT; gcc will normally pass
2318
        crt0.o anyhow.  Add leading underscore to __CTOR_LIST__, et. al.
2319
        * sparc/salib.c (__main): Comment out empty function.
2320
 
2321
Wed Sep 20 14:36:12 1995  Ian Lance Taylor  
2322
 
2323
        * Makefile.in (maintainer-clean): New synonym for realclean.
2324
        * hp74x/Makefile.in (maintainer-clean): Likewise.
2325
        * m68k/Makefile.in (maintainer-clean): Likewise.
2326
        * pa/Makefile.in (maintainer-clean): Likewise.
2327
        * mips/Makefile.in (maintainer-clean): Likewise.
2328
        * rs6000/Makefile.in (maintainer-clean): Likewise.
2329
        * sparc/Makefile.in (maintainer-clean): Likewise.
2330
        * doc/Makefile.in (maintainer-clean): Likewise.
2331
        * testsuite/Makefile.in (maintainer-clean): Likewise.
2332
        * testsuite/libgloss.all/Makefile.in (maintainer-clean): Likewise.
2333
 
2334
Sat Sep 16 23:04:11 1995  Michael Meissner  
2335
 
2336
        * rs6000/Makefile.in (all): Fix typo preventing simulator from
2337
        being built.
2338
 
2339
Tue Sep 12 10:43:41 1995  J.T. Conklin  
2340
 
2341
        * rs6000/Makefile.in: Misc mvme support fixes.
2342
 
2343
        * rs6000/{mvme-exit.S, mvme-inbyte.S, mvme-outbyte.S}: Strip
2344
        leading underscores from identifiers.
2345
 
2346
        * m68k/asm.h: New file, macro definitions helpful for assembly
2347
        language programming.
2348
        * m68k/{cpu32bug.S, crt0.S, mvme.S, mvme135-asm.S, mvme162lx-asm.S}:
2349
        Use asm.h.
2350
 
2351
        * rs6000/{mvme-crt0.S, mvme-exit.S, mvme-inbyte.S, mvme-outbyte.S}:
2352
        New files, preliminary support for motorola mvme targets running
2353
        the ppcbug monitor.
2354
        * rs6000/Makefile.in: Build mvme support.
2355
 
2356
        * rs6000/asm.h: New file, macro definitions helpful for assembly
2357
        language programming.
2358
        * rs6000/{sim-crt0.S, simulator.S}: Use asm.h.
2359
 
2360
Fri Sep  8 18:51:29 1995  Michael Meissner  
2361
 
2362
        * rs6000/sim-sbrk.c (sbrk): Add cast to silence warning.
2363
 
2364
Fri Sep  8 13:03:12 1995  Brendan Kehoe  
2365
 
2366
        * m68k/idp-inbyte.c (READREG): Add volatile to the cast, to avoid
2367
        reordered insns that can end up being an infinite loop.
2368
        * m68k/idp-outbyte.c (READREG): Likewise.
2369
 
2370
Wed Sep  6 10:01:33 1995  Michael Meissner  
2371
 
2372
        * rs6000/sim-sbrk.c (sbrk): Use the brk system call, instead of
2373
        using a large static area for the break area.
2374
 
2375
Thu Aug 24 14:57:28 1995  Michael Meissner  
2376
 
2377
        * rs6000/Makefile.in (install*): Add separate installation rules
2378
        for sim and evm targets.
2379
 
2380
Wed Aug 23 16:49:02 1995  Michael Meissner  
2381
 
2382
        * rs6000/sim*: Add PowerPC simulator support.
2383
 
2384
Tue Aug 22 11:52:40 1995  Jeff Law  (law@snake.cs.utah.edu)
2385
 
2386
        * pa/hp-milli.s: Add entry/exit pseudo-ops around all exported
2387
        code.  Fix callinfo directives to include "millicode" attribute.
2388
 
2389
        * pa/hp-milli.s (divU): Fix bug found by arith-rand1.c testing.
2390
 
2391
Mon Aug 21 23:31:42 1995  Jeff Law  (law@snake.cs.utah.edu)
2392
 
2393
        * pa/crt0.S ($START$): Use local label prefix for local label
2394
        "bssloop".
2395
 
2396
Mon Aug 14 11:57:46 1995  Kung Hsu  
2397
 
2398
        * ex93x/sparclite.h: add __WINSIZE.
2399
        * ex93x/salib.c: Use __WINSIZE, implements write with $O command of
2400
        stub protocol.
2401
 
2402
Thu Aug  3 14:40:12 1995  J.T. Conklin  
2403
 
2404
        * Makefile.in: Updated to reflect filename changes.
2405
 
2406
        * m68k/mc68681-duart.h: Renamed to m68681reg.h.
2407
        * m68k/mc68681-duart.c: Split up and renamed to idp-inbyte.c and
2408
        idp-outbyte.c
2409
 
2410
Fri Jul 28 11:23:24 1995  J.T. Conklin  
2411
 
2412
        * m68k/mc68681-duart.h: Removed everything except register offsets.
2413
        Changed offsets so they reflect actual chip instead of how device
2414
        is mapped into the IDP address space.
2415
        * m68k/mc68681-duart.c (DUART_ADDR): New macro, base address.
2416
        (READREG, WRITEREG): Changed to correspond to unusual way the
2417
        device is mapped (ie. base address + (reg offset * 4) + 3)).
2418
        (duart_status, duart_mode, duart_init, duart_restore): Removed,
2419
        these interfaces were never used and didn't work.
2420
        (outbyte): Removed unconditional delay.
2421
 
2422
        * m68k/crt0.S: Use SYM(_end) instead of end.  This completes my
2423
        change of April 18th which makes the "_end" symbol compatible
2424
        with both a.out and coff toolchains.
2425
        (zerobss): Handle zero-length bss.
2426
 
2427
Thu Jul 27 15:35:37 1995  J.T. Conklin  
2428
 
2429
        * configure, {doc, hp74x, m68k, mips, pa, sparc}/configure:
2430
        regenerated with autoconf 2.4.2.
2431
 
2432
Wed Jul 26 13:42:27 1995  J.T. Conklin  
2433
 
2434
        * doc/porting.texi: Fix typos and spelling errors.
2435
 
2436
Mon Jun 26 09:23:23 1995  Jeffrey A. Law  
2437
 
2438
        * pa/Makefile.in: Enable HP supplied millicode routines.
2439
        * pa/hp-milli.s:  Make sure copyright notice gets included
2440
        in objects files.
2441
 
2442
        * pa/crt0.S ($START$): Use "%" instead of "'" to avoid losing whe
2443
        run through cpp.
2444
 
2445
Fri Jun 16 18:40:22 1995  Jeffrey A. Law  
2446
 
2447
        * pa/crt0.S ($START$): Use long-calls to call main and exit.
2448
 
2449
Tue Jun 13 16:05:13 1995  Rob Savoye  
2450
 
2451
        * pa/crt0.S: Call exit() after returning from main.
2452
 
2453
Tue Jun 13 10:43:14 1995  J.T. Conklin  
2454
 
2455
        * Makefile.in, {doc, hp74x, m68k, mips, pa, sparc}/Makefile.in
2456
          (distclean, realclean): Remove autoconf-generated config.cache
2457
          and config.log files.
2458
 
2459
Mon Jun  5 15:56:22 1995  J.T. Conklin  
2460
 
2461
        * config/{default.mh, dos.mh} (CFLAGS_FOR_TARGET): Added -O2.
2462
          (.c.o, .s.o, .S.o, etc.): Don't use @ to hide how the compiler
2463
          is invoked, it makes it much more difficult to debug.
2464
 
2465
Tue May 30 19:07:59 1995  Rob Savoye  
2466
 
2467
        * testsuite/libgloss.all/math.c: Add additional tests for modulo.
2468
 
2469
Mon May 29 13:03:39 1995  Rob Savoye  
2470
 
2471
        * stat.c: Add const so it works with newlib's stat.h.
2472
 
2473
Thu May 25 16:28:42 1995  Rob Savoye  
2474
 
2475
        * m68k/mvme.S: Extend sign using two instructions rather than one
2476
        so it'll work on a stock mc68000.
2477
 
2478
Tue May 23 18:12:19 1995  Rob Savoye  
2479
 
2480
        * close.c, stat.c, fstat.c, open.c, lseek.c, print.c, putnum.c,
2481
        unlink.c read.c, sbrk.c, getpid.x, kill.c: New files that used to
2482
        be glue.c.
2483
        * {m68k,pa,mips}/Makefile.in: Build using broken up glue.c.
2484
        * pa/Makefile.in: Make all just build BSP, add seperate test
2485
        target.
2486
        * most files: add Cygnus BSD-style copyright message.
2487
 
2488
Tue May 23 12:58:03 1995  J.T. Conklin  
2489
 
2490
        * configure.in, {hp74x, m68k, mips, pa, sparc}/configure.in:
2491
          Use changequote() to temporarily turn off m4 quoting so that
2492
          i[345]86-*-go32 pattern in case statement remains unchanged.
2493
        * configure, {hp74x, m68k, mips, pa, sparc}/configure:
2494
          regenerated.
2495
 
2496
Tue May 23 11:15:52 1995  Angela Marie Thomas  
2497
 
2498
        * mips/Makefile.in (SCRIPT): added "SCRIPT = array.ld" so installs
2499
        work correctly.
2500
 
2501
Mon May 22 21:33:49 1995  Rob Savoye  
2502
 
2503
        * ex93x: renamed to sparc.
2504
        * r3000: renamed to mips.
2505
        * hppro: renamed to pa.
2506
        * configure.in, configure: Use new directory names.
2507
        * config/default.mh: Remove '' in sed program_transform_name so
2508
        it actually works.
2509
        * doc/porting.texi: update doc.
2510
 
2511
Wed May 17 17:25:53 1995  J.T. Conklin  
2512
 
2513
        * doc/configure.in: converted to autoconf.
2514
        * doc/configure: New file, generated with autoconf 2.3.
2515
 
2516
        * Makefile.in, config/{ex93x, hp74x, hppro, m68k,
2517
          r3000}/Makefile.in (Makefile.in): Added config.status to
2518
          dependency list.
2519
          (config.status): New target.
2520
 
2521
        * m68k/Makefile.in: Build M68332BCC BSP.
2522
 
2523
Wed May 10 18:43:21 1995  Stu Grossman  (grossman@andros.cygnus.com)
2524
 
2525
        * glue.c:  Change decl of end to char[] for some reason.
2526
        * (sbrk):  Rewrite sbrk so that it works.
2527
        * (fstat):  Return status indicating fd is for a tty.  Makes stdio
2528
        work better.
2529
        * hppro/crt0.S (_sr4export):  Retrieve rp from -24(sp), not
2530
        -18(sp).  Note that -24 decimal == -18 hex...
2531
        * hppro/op50n-io.S:  Add read and write interfaces to the rom
2532
        monitor.  Unfortunately, the monitor doesn't seem to work...
2533
        * hppro/op50n.ld:  Clean up lots of stuff.  Define memory in a
2534
        nice way.  Define stack and reserve space.  Put heap after stack.
2535
 
2536
Thu May  4 10:28:01 1995  J.T. Conklin  
2537
 
2538
        * configure.in (AC_PREREQ): Changed to 2.3, since autoconf
2539
          versions prior to this generate code that AIX 4.X's sh can't
2540
          hack.
2541
 
2542
        * m68k/Makefile.in (BCC_BSP, BCC_OBJS): New BSP for M68332BCC.
2543
        * m68k/cpu32bug.S: New file, support for cpu32bug monitor used by
2544
          bcc.
2545
        * m68k/bcc.ld: Link with bcc.o
2546
 
2547
Fri Apr 21 16:17:17 1995  Torbjorn Granlund  
2548
 
2549
        * hppro/{milli.S,divide.S,divI.S,divU.S,multiply.S,test-div.c,
2550
        test-dyncall.c,test-mul.c,remI.S,remU.S,dyncall.S}: Delete.
2551
        * hppro/divcnst-generic/*: Delete.
2552
        * hppro/divcnst-fast/*: Delete.
2553
        * hppro/Makefile.in: Delete junk.
2554
 
2555
Tue Apr 18 11:22:47 1995  J.T. Conklin  
2556
 
2557
        * m68k/{bcc.ld idp.ld, mvme135.ld, mvme162lx.ld}: Removed stack
2558
          section, moved __stack definition to the top level and set it
2559
          explicitly to the value appropriate to the target board.
2560
          Added __end symbol (needed for a.out toolchains).
2561
 
2562
Mon Apr 17 12:48:48 1995  Stu Grossman  (grossman@andros.cygnus.com)
2563
 
2564
        * hppro/w89k.ld:  Move _stack to before `end' and `_end' so that
2565
        malloc doesn't trash the stack.
2566
        * hppro/w89k-io.c (outbyte):  Make this be void, and remove return
2567
        value, which is useless anyway.
2568
 
2569
Mon Apr 17 06:13:55 1995  J.T. Conklin  
2570
 
2571
        * m68k/bcc.ld: New file, linker script for M68332BCC Business Card
2572
          Computer.
2573
        * m68k/Makefile.in: Install BCC linker script.
2574
 
2575
        * Makefile.in: Fixed typo.
2576
 
2577
        * hppro/configure.in: Changed AC_INIT file from crt0.s to crt0.S.
2578
        * hppro/configure: regenerated.
2579
 
2580
Mon Apr 17 00:02:15 1995  Stu Grossman  (grossman@andros.cygnus.com)
2581
 
2582
        * hppro/op50n.ld:  Define _stack explicitly instead of implicitly
2583
        via common.
2584
        * hppro/{w89k-io.c w89k.h}:  Use pointers to volatile for inp and
2585
        outp.  Use correct port numbers for COM1 serial port.
2586
 
2587
Fri Apr 14 16:56:35 1995  Ken Raeburn  
2588
 
2589
        * m68k/mc68ec.c (_exit): Use extended asm construct to get the
2590
        proper immediate-operand syntax for whatever the target assembler
2591
        configuration is.
2592
        * m68k/mvme.S (__IMMEDIATE_PREFIX__, IMM): Copy and use macro
2593
        definitions as in m68k/crt0.S.
2594
 
2595
Thu Apr 13 16:48:46 1995  Angela Marie Thomas  
2596
 
2597
        * Makefile.in: fixed clean rules such that they do not try to
2598
          clean ${SUBDIRS} if libgloss not supported on that target.
2599
 
2600
Thu Apr 13 13:39:46 1995  J.T. Conklin  
2601
 
2602
        * configure.in: Append new subdirectories to ${configdirs}.
2603
          (go32-*-*): Removed.
2604
        * configure: Regenerated.
2605
 
2606
        * m68k/mvme162lx.ld: Put __stack in ram, even though it's not
2607
          loaded.
2608
 
2609
        * m68k/Makefile.in: Don't hide how BSP objects are built.
2610
 
2611
        * glue.c (print, putnum): declared void.
2612
 
2613
        * {hppro,m68k}/Makefile.in: Use ${CC_FOR_TARGET} to link executables.
2614
          (LIBS_FOR_TARGET): Removed.
2615
 
2616
        * config/{default.mh, dos.mh} (NEWLIB_CFLAGS, NEWLIB_LDFLAGS): New
2617
          make variables, expands to compiler flags to find headers and
2618
          libraries if ${objroot}/newlib is present.
2619
          (CFLAGS_FOR_TARGET): Added ${NEWLIB_CFLAGS}.
2620
          (LDFLAGS_FOR_TARGET): Added ${NEWLIB_LDFLAGS}.
2621
          (LIBC_FOR_TARGET, LIBM_FOR_TARGET, LIBGCC_FOR_TARGET,
2622
          LIBS_FOR_TARGET): Removed.
2623
 
2624
Thu Apr 13 11:51:17 1995  Torbjorn Granlund  
2625
 
2626
        * m68k/Makefile.in (install): Use correct names for MVME* variables.
2627
        * configure.in: Delete `unknown' from m68* case.
2628
 
2629
Thu Apr 13 11:47:01 1995  J.T. Conklin  
2630
 
2631
        * m68k/crt0.S: initialize stack pointer to __stack before creating
2632
          inital stack frame.
2633
 
2634
        * m68k/{idp.ld, mvme135.ld, mvme162lx.ld}: Move __stack out of
2635
          bss, and into its own segment with an address at top of RAM.
2636
 
2637
Wed Apr 12 12:36:28 1995  J.T. Conklin  
2638
 
2639
        * {.,ex93x,hp74x,hppro,m68k,r3000}/{Makefile,configure}.in:
2640
          converted to autoconf.
2641
        * {.,ex93x,hp74x,hppro,m68k,r3000}/configure: New files, generated
2642
          from configure.in with autoconf 2.3.
2643
 
2644
Mon Apr 10 22:50:48 1995  J.T. Conklin  (jtc@rtl.cygnus.com)
2645
 
2646
        * m68k/{idp.ld, mvme135.ld, mvme162lx.ld}: Revert last change,
2647
          CONSTRUCTING and RELOCATING only work for linker scripts built
2648
          from ld/scripttmpl/*.
2649
 
2650
        * m68k/{idp.ld, mvme135.ld, mvme162lx.ld}: Changed to use
2651
          CONSTRUCTING and RELOCATING expressions so that the ctor/dtor
2652
          tables and etext, edata, and end variables are only done when
2653
          appropriate.
2654
 
2655
Fri Apr  7 17:30:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
2656
 
2657
        * config/default.mh:  Use $${srcroot} instead of ${SRCROOT} to get
2658
        inherited value.
2659
        * hppro/crt0.S:  Remove static definitions of _stack and $global$.
2660
        Let the linker script define them in the BSS segment.
2661
        * hppro/w89k.ld:  Use MEMORY to define memory regions.  Add defs
2662
        for $global$ and _stack in the appropriate segments.
2663
 
2664
Tue Apr  4 18:27:37 1995  Jason Molenda  (phydeaux@cygnus.com)
2665
 
2666
        * Makefile.in (FLAGS_TO_PASS): pass down MAKEINFO.
2667
 
2668
Thu Mar 30 18:10:53 1995  Kung Hsu  
2669
 
2670
        * ex93x/ex93x.ld: Add crt0.o in INPUT.
2671
        * ex93x/sparcl-stub.c: Add nop after bg insn.
2672
        * ex93x/sparc-stub.c: Add & 0x7f mask to all character input.
2673
 
2674
Thu Mar 30 15:22:31 1995  Rob Savoye  
2675
 
2676
        * {hppro,m68k,ex93x,testsuite/libgloss}/configure.in: Add SRCROOT
2677
        variable.
2678
        * {hppro,m68k,ex93x,testsuite/libgloss}/Makefile.in: Add SRCROOT
2679
        variable.
2680
        * config/default.mh: Use SRCROOT to find the newlib includes.
2681
 
2682
Tue Mar 28 19:54:26 1995  Rob Savoye  
2683
 
2684
        * configure.in, testsuite/configure.in: Add SRCROOT variable.
2685
        * glue.c: Change "char *path" to "const char *path" so it works
2686
        with the changes stat.h.
2687
 
2688
Fri Mar 24 17:29:08 1995  Kung Hsu  
2689
 
2690
        * ex93x/ex93x.ld: The stubs module now can have different names for
2691
        different SPARClite chips. Use default one which is slite930.o.
2692
 
2693
Mon Mar 20 15:49:46 1995  J.T. Conklin  
2694
 
2695
        * m68k/mc68ec.c (_exit): Changed to take integer status argument.
2696
 
2697
Fri Mar 17 17:48:42 1995  Kung Hsu  
2698
 
2699
        * config/default.h: add -I. to INCLUDES.
2700
        * ex93x/salib.c: to include sparclite.h.
2701
        * ex93x/sparclite.h: new file copied from gdb/sparclite.
2702
 
2703
        * config/default.mh: Fix INCLUDES to one level less '../'.
2704
 
2705
Mon Mar 13 17:05:35 1995  Rob Savoye  
2706
 
2707
        * testsuite/libgloss.all/misc.c: Misc bug reports, mostly
2708
        soft-float tests.
2709
 
2710
Wed Mar  8 19:00:18 1995  Rob Savoye  
2711
 
2712
        * m68k/{crt0.S, mvem135.ld, mvme162lx.ld, idp.ld}: Setup the stack
2713
        in the linker script. Use a macro to cover using '#' or '&' for
2714
        immediate values.
2715
        * m68k/{mvme135-asm.S, mvme162lx-asm.S}: Use a macro to cover
2716
        using '#' or '&' for immediate values.
2717
        * testsuite/libgloss.all/io.c: Add a test for read().
2718
 
2719
Thu Feb 16 21:13:34 1995  Rob Savoye  
2720
 
2721
        * glue.c: Make use _ansi.h, move to top level libgloss directory
2722
        form all other directories.
2723
        * Makefile.in: All Makefiles had SCRIPTS and OBJROOT added.
2724
        * {m68k,hppro,r3000)/Makefile.in: All build the test the same way
2725
        using OBJROOT.
2726
        * configure.in: All configure.in now edit the value to OBJROOT in
2727
        the Makefiles they produce.
2728
        * config/default.mh: Use OBJROOT for paths to test for fresh
2729
        binaries.
2730
        * configure.in: Add the testsuite directory.
2731
        * testsuite/config/{m68k.mt,mips.mt}: New target support for
2732
        MVME135, IDP, and Array targets.
2733
 
2734
Thu Feb  9 21:45:33 1995  Rob Savoye  
2735
 
2736
        * testsuite/libgloss.all{varargs.c,varargs2.c}: Test cases for
2737
        traditional and ANSI varargs. (which currently fail)
2738
        * Makefile.in: Build intelligently and use dependancies so we
2739
        don't rebuild the world for each test run.
2740
        * configure.in: Make a .gdbinit file to run the tests and load via
2741
        gdb.
2742
 
2743
Wed Mar  8 22:35:29 1995  Ken Raeburn  
2744
 
2745
        * m68k/idp.ld: Omit STARTUP line, since crt0.o is being supplied
2746
        by gcc.
2747
 
2748
Thu Feb 23 12:08:19 1995  Ken Raeburn  
2749
 
2750
        * m68k/crt0.S: Use '&' instead of '#' for immediate operands.
2751
        * m68k/mc68ec.c: Ditto, in asm statements.
2752
        * m68k/mvme.S: Ditto.
2753
 
2754
Wed Feb  1 23:55:39 1995  Angela Marie Thomas  
2755
 
2756
        * Makefile.in (all): added "else" statements for Ultrix to work
2757
 
2758
Fri Jan 27 10:48:20 1995  Rob Savoye  
2759
 
2760
        * testuite/{config,lib,libgloss.all}: DejaGnu testing support.
2761
        * testsuite/config/support.c: A minimal testing API for minimal
2762
        targets.
2763
        * testsuite/config/hppa.mt: Set build flags for PRO targets.
2764
        * libgloss.all/{float.c,memory.c,io.c,double.c,math.c,array.c}:
2765
        Test cases for libgloss and soft-float.
2766
 
2767
        * hppro/{w89k.ld,op50n.ld}: Set .text here now.
2768
 
2769
Wed Jan 25 21:16:38 1995  Rob Savoye  
2770
 
2771
        * testsuite/{config,lib,libgloss.all}: The beginnings of a test
2772
        suite for low level stuff. A few test cases now all build.
2773
 
2774
Thu Jan 12 13:02:12 1995  Rob Savoye  
2775
 
2776
        * config/default.mh: Change default path for linking in a freshly
2777
        built libc.a, libm.a, libgcc.a to work with -msift-float.
2778
 
2779
        * hppro/Makefile.in: Set MULTILIB so the -msoft-float safe
2780
        libraries get used.
2781
 
2782
        * m68k/Makefile.in: Use explicit rules, rather than redefining
2783
        .c.o. This is to force compiling with -m68000.
2784
 
2785
Mon Jan  9 15:28:10 1995  Rob Savoye  
2786
 
2787
        * {hppro,m68k,r3000}/glue.c: Return correct value on receiving a
2788
        '\n' or '\r'.
2789
 
2790
Fri Dec 30 15:05:03 1994  Rob Savoye  
2791
 
2792
        * doc, doc/Makefile.in, configure.in: New directory.
2793
        * doc/porting.texi: New manual that explains porting the GNU tools
2794
        to embedded systems.
2795
 
2796
Mon Dec 19 16:05:37 1994  Kung Hsu  
2797
 
2798
        * ex93x/Makefile.in: Use sparcl-stub.c instaed of sparc-stub.c,
2799
        which has hardware breakpoint support.
2800
        * ex93x/Makefile.in: Also generate slite930.o and slite931.o, instead
2801
        slite.o.
2802
        * ex93x/sparcl-stub.c: New file.
2803
        * ex93x/sparc-stub.c: Use latest from gdb/sparclite directory.
2804
 
2805
Fri Dec 16 15:17:14 1994  Rob Savoye  
2806
 
2807
        * r3000/crt0.S: Zero the bss section by words.
2808
 
2809
        * r3000/Makefile.in: Add in the rest of the support code for the
2810
        Array Tech board.
2811
 
2812
        * r3000/array.ld: Set the memory map for the Array Tech LSI
2813
        prototype.
2814
 
2815
        * r3000/array-io.c: Lowest level I/O code for Array Tech LSI
2816
        prototype using ROM entry points.
2817
 
2818
Wed Dec 14 10:23:41 1994  Rob Savoye  
2819
 
2820
        * hppro/crt0.S: Add _sr4export function so GDB calls work.
2821
 
2822
        * hppro/Makefile.in: Link in libc.a twice so atexit works().
2823
 
2824
        * hppro/glue.c: Don't stub out __main anymore.
2825
 
2826
Tue Dec 13 15:42:23 1994  Rob Savoye  
2827
 
2828
        * r3000/Makefile.in: Look for both libgcc2 and libgcc.
2829
 
2830
        * r3000/glue.c,crt0.S,test.c: New support for for mips.
2831
 
2832
        * configure.in: Configure r3000 dir for a mips chip.
2833
 
2834
Tue Dec  6 15:24:41 1994  Rob Savoye  
2835
 
2836
        * hppro/divcnst-generic/*.S. Add .exit and .procend so it'll
2837
        compile.
2838
 
2839
        * hppro/Makefile.in: Link in the rest of the millicode routines.
2840
 
2841
Mon Nov 21 20:21:48 1994  Rob Savoye  
2842
 
2843
        * hppro/configure.in,config/dos.mh: Work for a canadian cross,
2844
         since xgcc is for the wrong architecture.
2845
 
2846
Thu Nov 17 21:07:52 1994  Rob Savoye  
2847
 
2848
        * config/default.mh: Find the corrrect libgcc2.a.
2849
 
2850
        * Makefile.in: Link in libgcc2.a by default. Build new millicode
2851
        routines.
2852
 
2853
        * divI.S, divU.S, multiply.S, remI.S, remU.S, test-div.c,
2854
        test-dyncall.c, test-mul.c: New millicode files for low level math
2855
        support.
2856
 
2857
        * test.c: Use printf so millicode gets exercised.
2858
 
2859
        * divcnst-fast/divU_10.S, divU_12.S, divU_3.S, divU_5.S, divU_6.S,
2860
        divU_9.S: Fast versions of some division routines.
2861
 
2862
        * divcnst-generic/divI_14.S, divI_5.S, divI_9.S, divU_14.S
2863
        divU_5.S, divU_9.S divI_10.S, divI_15.S, divI_6.S, divU_10.S,
2864
        divU_15.S, divU_6.S divI_12.S, divI_3.S, divI_7.S, divU_12.S,
2865
        divU_3.S, divU_7.S: Yet more millicode routines.
2866
 
2867
Wed Nov 16 15:25:03 1994  Rob Savoye  (rob@cygnus.com)
2868
 
2869
        * config/default.mh: Add default searches for the correct libc and
2870
        libm.
2871
 
2872
        * Makefile.in: Use ${LIBC_FOR_TARGET} and ${LIBM_FOR_TARGET}
2873
 
2874
        * hppro/w89k.ld,op50n.ld,Makefile.in: Don't try to link in libc
2875
        for the test program.
2876
 
2877
Tue Nov  8 17:12:35 1994  Rob Savoye  
2878
 
2879
        * m68k/glue.c: Remove errno so there's no libc dependancies.
2880
 
2881
        * m68k/mvme135-asm.S: Moved setup_vectors and exceptionHandler
2882
        from mvme.S so the library can link without the stub.
2883
 
2884
        * m68k: New directory. Merge the idp, shared, and mvme135
2885
        directories into one place.
2886
 
2887
        * config/default.mh: Use CC_FOR_TARGET for .S files so the
2888
        preprocessor actually gets run.
2889
 
2890
        * ex93x/crt0.s, ex93x/salib.c: Migrate changes from gdb/sparclite.
2891
 
2892
Fri Sep 16 21:22:57 1994  Rob Savoye  (rob@darkstar.cygnus.com)
2893
 
2894
        * shared, idp, mvme135: Support for Motorola IDP and MVME135 m68k
2895
        based target boards. Moved from newlib/stub.
2896
 
2897
        * ex93x: Move from newlib/stub/ex93x. Sparclite ex93x
2898
        board support.
2899
 
2900
        * hp74x, hppro: Add HP 742 & hp743 code "as is" with a working but
2901
        unfinished gdb stub. Add hppro for the WinBind and Oki Pa target
2902
        boards.
2903
 
2904
        * libgloss: Creation. A library for board support packages. The
2905
        Gnu low-level OS Support. Move mvme135/ChangeLog to here.
2906
 
2907
Wed Sep 29 20:42:34 1993  Rob Savoye  (rob@darkstar.cygnus.com)
2908
 
2909
        * mvme135/crt0.S, mvme135/glue.c: Moved to ../shared.
2910
 
2911
Thu Apr  1 13:18:15 1993  Ian Lance Taylor  (ian@cygnus.com)
2912
 
2913
        * mvme135/mvme.S: Renamed exceptionhandler to exceptionHandler, which is
2914
        what mvme135-stub.c expects.
2915
 
2916
Tue Mar 30 18:44:43 1993  Doug Evans  (dje@poseidon.cygnus.com)
2917
 
2918
        * mvme135/mvme135-stub.c (initializeRemcomErrorFrame): Remove reference to
2919
        __STDC__.
2920
 
2921
Tue Dec 29 10:15:33 1992  Ian Lance Taylor  (ian@cygnus.com)
2922
 
2923
        * mvme135/mvme135-asm.S: new file.
2924
        mvme135-stub.c: moved all assembler routines into mvme135-asm.S.
2925
        Makefile.in: build mvme135-stub.o.
2926
 
2927
        * ChangeLog: created.

powered by: WebSVN 2.1.0

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