Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-03-19 | * Makefile.in (TAGS): Use variables directly, rather than using | Jim Kingdon | 1 | -1/+1 | |
find, to locate TM_FILE, XM_FILE, and NAT_FILE. This is faster and means that these filenames no longer need be unique across all the config/* directories. * configure.in: Put the config/*/ into TM_FILE, etc. * m68k-stub.c (computeSignal): Return SIGFPE, not SIGURG, for chk and trapv exceptions. * target.h (struct section_table), objfiles.h (struct obj_section): Change name of field sec_ptr to the_bfd_section. More mnemonic and avoids the (sort of, for the ptx compiler) name clash with the name of the typedef. * exec.c, xcoffexec.c, sparc-tdep.c, rs6000-nat.c, osfsolib.c, solib.c, irix5-nat.c, objfiles.c, remote.c: Change users. * utils.c: Include readline.h. * Makefile.in (utils.o): Add dependency. * remote.c (getpkt): Add support for run-length encoding. | |||||
1994-03-08 | * irix5-nat.c (find_solib): Cast o_path to CORE_ADDR when using it | Jim Kingdon | 1 | -2/+3 | |
as one. | |||||
1994-03-01 | * target.c, target.h (target_read_string): Provide error detection to | Jim Kingdon | 1 | -1/+9 | |
caller. Put string in malloc'd space, so caller need not impose arbitrary limits. * solib.c (find_solib): Update to use new interface. * irix5-nat.c (find_solib): Read o_path from inferior (clear_solib): Free storage for o_path. * valprint.c (val_print_string): Add comments. | |||||
1994-02-17 | * corelow.c, exec.c, irix5-nat.c, mipsread.c, objfiles.c, | David MacKenzie | 1 | -3/+3 | |
osfsolib.c, rs6000-nat.c, solib.c, symfile.c, utils.c, xcoffexec.c: Use bfd_get_error and bfd_set_error and new error names. | |||||
1993-12-06 | New files for Irix 5 support. | Ian Lance Taylor | 1 | -0/+1072 | |