aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-11-12 * coff-z8k.c: checkpoint, more addressing modes handledSteve Chamberlain1-0/+6
* coffcode.h (get_value): don't truncate reloc->addend field, it's a long now.
1992-11-12add i[34]86-*-go32, sparclite-*-*Mark Eichin1-0/+2
1992-11-12add sparclite-fujitsu-none, since it was only getting set via the defaultMark Eichin1-0/+4
branch in the old configure.in
1992-11-12 * we32k.mt (TDEFAULTS): Use we32kcoff_vec, not i386coff_vec.Brendan Kehoe1-0/+4
1992-11-12* configure.in: Reformat to one-case-per-line.John Gilmore1-0/+5
Handle SunOS 3.5, as per Karl Berry, <karl@claude.cs.umb.edu>.
1992-11-12* Makefile.in: Remove dependancies for 29k-share/dfe/yank.o andStu Grossman6-221/+417
29k-share/dfe/mini2udi.o. * config/a29k-udi.mt: Remove yank.o and mini2udi.o. * alldeps.mak, depend: Update to deal with removal of aforementioned files. * remote-udi.c: Major cleanups. Clean up udi_open and drop requirement for useless 'program' argument. Clean up udi_create_inferior, and udi_load to call common download() routine. Create download routine to load remote hosts directly (with the help of BFD) so that we don't need yank.c and mini2udi.c. Fix udi_detach to call UDIDisconnect with the right arguments. Clean up udi_resume, don't assign tip_error twice. Clean up udi_wait, straighten out status codes. Make udi_kill really work.
1992-11-11Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+19
* config.sub: added -sco3.2v4 support from FSF.
1992-11-11Added abug, the os (boot monitor really) for the Motorola MVME 135 m68kRob Savoye1-10/+6
board.
1992-11-10make cc command lines more consistentDavid D. Zuhn2-24/+19
1992-11-10 tc-m68k.c (insert_reg): put REGISTER_PREFIX before registerIan Lance Taylor1-0/+2
names before putting them in the symbol table.
1992-11-10new file, build many toolchains at onceDavid D. Zuhn1-0/+161
1992-11-10These are actually Ken's patches--I told him I'd take move them fromIan Lance Taylor2-23/+33
p3 into devo. * tc-m68k.c (m68k_reg_parse): If REGISTER_PREFIX isn't defined, still accept (but don't require) OPTIONAL_REGISTER_PREFIX before the register name. * tc-m68k.h (OPTIONAL_REGISTER_PREFIX): Define to be "%", if not M68KCOFF.
1992-11-10These changes clean things up a bit, and improve Solaris crossIan Lance Taylor7-118/+246
support when using /opt/SUNWspro/SC2.0/acc. Tue Nov 10 09:50:25 1992 Ian Lance Taylor (ian@cygnus.com) * obj-coffbfd.c (fill_section): set STYP_NOLOAD bit for .bss section. * atof-ieee.c, atof-ns32k.c, tc-*.c: made EXP_CHARS, FLT_CHARS, comment_chars, line_comment_chars and line_seperator_chars consistently const, and always initialized them. Included read.h.
1992-11-10* opncls.c (bfd_fdopenr, bfd_close): Add doc about cacheingJohn Gilmore1-0/+10
and about when file descriptors are closed.
1992-11-10Add how to declare the result of make_cleanup.John Gilmore1-0/+4
1992-11-09* configure.in: expand the section that adds or removesDavid D. Zuhn1-9/+12
directories from the list of programs to build, to handle native vs. cross in addition to host v. native * test-build.mk: add -w to GNU_MAKE
1992-11-08include file handling changesDavid D. Zuhn1-0/+6
1992-11-08more include changesDavid D. Zuhn1-13/+19
1992-11-07delete some old ose cruft, handle -wrs as an osDavid D. Zuhn1-1/+3
1992-11-07 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,David D. Zuhn2-4/+8
add 'sparc' to list of recognized cpus. This needed to make 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'
1992-11-07import from p3David D. Zuhn1-0/+4
1992-11-07added tcl, tk, and expectDavid D. Zuhn3-2/+107
1992-11-06Checked in ChangeLogMike Werner1-14/+0
1992-11-06 * c-exp.y: separated host/target idea of integer type size,Steve Chamberlain1-69/+57
removed redundant parse rules. (YYSTYPE): added typed_val, removed UINT and CHAR rules. (parse_number): work out the targetwise type of a number based upon it's size and qualifiers. (yylex): chars are now treated the same way as ints. * source.c (indentify_source_line): don't core dump if wanted line is larger than number of lines in source. (can happen when coff gets confused about #included source).
1992-11-06Fix problems noticed by Allan Steel, <allan@maths.su.oz.au>,John Gilmore1-0/+13
when debugging a program with 100 shared libraries. * solib.c (solib_map_sections): Always close the BFD we open. Free all malloc'd storage we allocate, too, including error cases. (struct so_list): Remove unused so_bfd member. (clear_solib): Don't bother closing so_bfd. * symfile.c (symfile_bfd_open): Mark newly opened BFD as cacheable. `So many symbol files, so little file descriptors.'
1992-11-06* m68k-stub.c: Remove ansidecl.h and the few uses of it.John Gilmore3-24/+64
Stubs should stand alone as much as possible. * source.c (show_directories): Avoid printf_filtered length prob pointed out by Jonathan Stone. * i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper limit properly to avoid accesses beyond end of table. Fix by Lee W. Cooprider, <Lee_Cooprider@vos.stratus.com>.
1992-11-06* i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper bound properly.John Gilmore2-3/+9
1992-11-06missing backslash after C++_FOR_BUILD in FLAGS_TO_PASS (latest/make dies,Mark Eichin1-1/+1
/bin/make ignores it...)
1992-11-06Flag error if absolute constant is too large for an immediate field.Jim Wilson2-5/+43
1992-11-06 * {ser-bsd.c, ser-termios.c} (serial_close): Pass address ofFred Fish4-3/+10
struct, not struct itself. * serial.h (serial_restore): Fix prototype, takes pointer not struct.
1992-11-06* Makefile.in (depend): Add nm.h to the list of things to fixup.Stu Grossman2-4/+9
* depend: Redo, to fixup nm.h problems with *-tab.c files.
1992-11-06Thu Nov 5 15:41:55 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+6
* ldlang.c (lang_size_sections): don't change size and address for SEC_SHARED_LIBRARY sections rather than for SEC_NEVER_LOAD sections.
1992-11-06Thu Nov 5 16:35:44 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+5
* bfd.h: Update to bring in SEC_SHARED_LIBRARY.
1992-11-06Thu Nov 5 15:34:19 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-2/+21
* section.c: New section bit SEC_SHARED_LIBRARY. coffcode.h (styp_to_sec_flags): if STYP_NOLOAD && (STYP_TEXT || STYP_DATA), set SEC_SHARED_LIBRARY. This seems to be correct for i386-sysv.
1992-11-06Add 29k-UDI stuff back in...Stu Grossman2-130/+165
1992-11-05Re-install UDI comments.Stu Grossman1-5/+114
1992-11-05Add 29k-UDI stuff back in...Stu Grossman1-2/+34
1992-11-05merge in some p3 Makefile changesDavid D. Zuhn5-177/+265
1992-11-05 * relax.c (build_it): re-enable the processing of data_statementsSteve Chamberlain2-87/+93
in scripts, makes counted contructor lists work again.
1992-11-05checked in new changelogMike Werner1-0/+6
1992-11-05* target.c (struct bfd_target): Eliminate the SDEF and SDEF_FMTJohn Gilmore1-0/+3
macros; use PARAMS to declare the function pointers involved.
1992-11-05Update to match EXFUN, bfd_seclet_struct, and SDEF cleanups in bfd.John Gilmore2-74/+80
1992-11-05Remove uses of SDEF and PROTO macros (use PARAMS).John Gilmore1-0/+9
1992-11-05Update after bfd_seclet_struct => bfd_seclet change.John Gilmore1-7/+7
1992-11-05* bfd-in.h, bfd.c, libbfd.h, reloc.c, seclet.h, section.c,John Gilmore4-12/+26
targets.c: Rename struct bfd_seclet_struct to struct bfd_seclet.
1992-11-05Missed one use of PROTO.John Gilmore1-4/+5
1992-11-05Clean up some old BFD ansification macros.John Gilmore3-17/+59
* arsup.h, bucomm.h, objdump.h: Remove EXFUN from binutils. It still remains as a local macro in gmalloc.c, which is derived from some other copy of GNU Malloc somewhere (FIXME). * ar.c, objdump.c, size.c: Replace EXFUN with PROTO. Make static fns really static. * arsup.h: Declare extract_files.
1992-11-05Update to match PARAMS changes in bfd.John Gilmore2-70/+176
1992-11-05Cleanup: Replace all uses of EXFUN in the BFD sources, with PARAMS.John Gilmore5-103/+193
* archures.c, reloc.c, section.c, tekhex.c: Use PARAMS in declaring pointers to functions. * cache.c, elf.c: Move static function decls to top, use PARAMS. * seclet.h: Declare external function with PARAMS. * libbfd.h: Update, based on changes in source code and chew.
1992-11-05* i386-stub.c: Remove ansidecl.h and the few uses of it.John Gilmore1-0/+3
Stubs should stand alone as much as possible.