Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-11-07 | delete some old ose cruft, handle -wrs as an os | David D. Zuhn | 1 | -1/+3 | |
1992-11-07 | * config.sub: remove 'sparc'-->'sparc-sun' default transformation, | David D. Zuhn | 2 | -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-07 | import from p3 | David D. Zuhn | 1 | -0/+4 | |
1992-11-07 | added tcl, tk, and expect | David D. Zuhn | 3 | -2/+107 | |
1992-11-06 | Checked in ChangeLog | Mike Werner | 1 | -14/+0 | |
1992-11-06 | * c-exp.y: separated host/target idea of integer type size, | Steve Chamberlain | 1 | -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-06 | Fix problems noticed by Allan Steel, <allan@maths.su.oz.au>, | John Gilmore | 1 | -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 Gilmore | 3 | -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 Gilmore | 2 | -3/+9 | |
1992-11-06 | missing backslash after C++_FOR_BUILD in FLAGS_TO_PASS (latest/make dies, | Mark Eichin | 1 | -1/+1 | |
/bin/make ignores it...) | |||||
1992-11-06 | Flag error if absolute constant is too large for an immediate field. | Jim Wilson | 2 | -5/+43 | |
1992-11-06 | * {ser-bsd.c, ser-termios.c} (serial_close): Pass address of | Fred Fish | 4 | -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 Grossman | 2 | -4/+9 | |
* depend: Redo, to fixup nm.h problems with *-tab.c files. | |||||
1992-11-06 | Thu Nov 5 15:41:55 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -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-06 | Thu Nov 5 16:35:44 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 | |
* bfd.h: Update to bring in SEC_SHARED_LIBRARY. | |||||
1992-11-06 | Thu Nov 5 15:34:19 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 2 | -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-06 | Add 29k-UDI stuff back in... | Stu Grossman | 2 | -130/+165 | |
1992-11-05 | Re-install UDI comments. | Stu Grossman | 1 | -5/+114 | |
1992-11-05 | Add 29k-UDI stuff back in... | Stu Grossman | 1 | -2/+34 | |
1992-11-05 | merge in some p3 Makefile changes | David D. Zuhn | 5 | -177/+265 | |
1992-11-05 | * relax.c (build_it): re-enable the processing of data_statements | Steve Chamberlain | 2 | -87/+93 | |
in scripts, makes counted contructor lists work again. | |||||
1992-11-05 | checked in new changelog | Mike Werner | 1 | -0/+6 | |
1992-11-05 | * target.c (struct bfd_target): Eliminate the SDEF and SDEF_FMT | John Gilmore | 1 | -0/+3 | |
macros; use PARAMS to declare the function pointers involved. | |||||
1992-11-05 | Update to match EXFUN, bfd_seclet_struct, and SDEF cleanups in bfd. | John Gilmore | 2 | -74/+80 | |
1992-11-05 | Remove uses of SDEF and PROTO macros (use PARAMS). | John Gilmore | 1 | -0/+9 | |
1992-11-05 | Update after bfd_seclet_struct => bfd_seclet change. | John Gilmore | 1 | -7/+7 | |
1992-11-05 | * bfd-in.h, bfd.c, libbfd.h, reloc.c, seclet.h, section.c, | John Gilmore | 4 | -12/+26 | |
targets.c: Rename struct bfd_seclet_struct to struct bfd_seclet. | |||||
1992-11-05 | Missed one use of PROTO. | John Gilmore | 1 | -4/+5 | |
1992-11-05 | Clean up some old BFD ansification macros. | John Gilmore | 3 | -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-05 | Update to match PARAMS changes in bfd. | John Gilmore | 2 | -70/+176 | |
1992-11-05 | Cleanup: Replace all uses of EXFUN in the BFD sources, with PARAMS. | John Gilmore | 5 | -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 Gilmore | 1 | -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 Gilmore | 2 | -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 is | John Gilmore | 2 | -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): Add | Stu Grossman | 2 | -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-05 | changed changelog | Mike Werner | 1 | -0/+12 | |
1992-11-05 | * Makefile.in: Added stuff for building deja-gnu. | Mike Werner | 1 | -9/+55 | |
1992-11-05 | Undo last change. Read diffs backwards! | Stu Grossman | 1 | -2/+0 | |
1992-11-04 | * readline.c: Cast many uses of alloca to (char *) to make brain- | Stu Grossman | 3 | -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 Grossman | 4 | -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 Fagan | 2 | -6/+17 | |
Only change coff auxent header fields when the circumstances require it. or at least warrant. | |||||
1992-11-04 | Wed Nov 4 11:13:25 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 2 | -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-04 | delete unused BFD_EMIT_TABLE macro def | Ken Raeburn | 1 | -337/+336 | |
1992-11-04 | this morning's check-ins... | Ken Raeburn | 1 | -0/+20 | |
1992-11-04 | bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so widening works | Ken Raeburn | 1 | -2/+6 | |
consistently. | |||||
1992-11-04 | aoutx.h (some_aout_object_p): Section list should be set up properly already; | Ken Raeburn | 1 | -0/+5 | |
don't need to tweak "next" pointers. | |||||
1992-11-03 | Tue Nov 3 11:29:17 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -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-03 | Avoid character '+' in nodenames, gives formatters indigestion. | Roland Pesch | 1 | -4/+4 | |
1992-11-03 | Changes to work with new config.sub file from merge with FSF. | Jim Wilson | 1 | -2/+2 | |
1992-11-02 | Mon Nov 2 12:36:14 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 2 | -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. |