aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
1992-11-05* README: Add remote-es1800.c and remote-st2000.c to table.John Gilmore2-5/+11
* go32-nat.c: Remove, there is no native go32 support. * go32-xdep.c: Remove unused fork, fvork, wait, execlp, kill_inferior. * infcmd.c (run_command): Avoid long calls to printf_filtered. Bug fix courtesy of Alexander Klaiber.
1992-11-05* bfd-in.h: Improve comments to make it clear that bfd.h isJohn Gilmore2-6/+23
the wrong place to edit this file. * Makefile.in (install): Install ansidecl.h and obstack.h in the same places where we install bfd.h. * libieee.h: Add FIXME about removing limit on number of sections.
1992-11-05* inflow.c (pass_signal, set_sigint_trap, clear_sigint_trap): AddStu Grossman2-0/+13
new routines to deal with sending SIGINTs to attached processes when the user interrupts the controlling GDB. * inftarg.c (child_wait), procfs.c (procfs_wait): Add calls to the aforementioned routines when waiting for the attached process.
1992-11-05changed changelogMike Werner1-0/+12
1992-11-05* Makefile.in: Added stuff for building deja-gnu.Mike Werner1-9/+55
1992-11-05Undo last change. Read diffs backwards!Stu Grossman1-2/+0
1992-11-04* readline.c: Cast many uses of alloca to (char *) to make brain-Stu Grossman3-12/+23
damaged compilers happy. * sysdep-norm.h: Remove some crud, install dire warning.
1992-11-04* elfread.c, mipsread.c: Include <string.h>.Stu Grossman4-0/+922
* i386-stub.c: Include "ansidecl.h" to deal with prototypes. * serial.h: Add prototype for serial_restore().
1992-11-04(Duplicate change from p3.)Sean Eric Fagan2-6/+17
Only change coff auxent header fields when the circumstances require it. or at least warrant.
1992-11-04Wed Nov 4 11:13:25 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-1/+8
* minsyms.c (lookup_minimal_symbol_by_pc): subtract 1, not 2, from minimal_symbol_count, because the NULL symbol is not included in the count. This prevented this function from finding the last symbol in the table.
1992-11-04delete unused BFD_EMIT_TABLE macro defKen Raeburn1-337/+336
1992-11-04this morning's check-ins...Ken Raeburn1-0/+20
1992-11-04bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so widening worksKen Raeburn1-2/+6
consistently.
1992-11-04aoutx.h (some_aout_object_p): Section list should be set up properly already;Ken Raeburn1-0/+5
don't need to tweak "next" pointers.
1992-11-03Tue Nov 3 11:29:17 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-1/+7
* dbxread.c (process_one_symbol): if not defined (BLOCK_ADDRESS_FUNCTION_RELATIVE), set function_start_offset at the start of the function, not just after N_FUN.
1992-11-03Avoid character '+' in nodenames, gives formatters indigestion.Roland Pesch1-4/+4
1992-11-03Changes to work with new config.sub file from merge with FSF.Jim Wilson1-2/+2
1992-11-02Mon Nov 2 12:36:14 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-18/+65
* config/delta88.mh, config/hp300.mh, config/hppahpux.mh, config/i386v.mh: removed -DUSG from HDEFINES. hosts/delta88.h, hosts/hp300.h, hosts/hppahpux.h, hosts/i386v.h: defined USE_UTIME. hosts/i386v.h: don't define POSIX_UTIME.