Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-01-16 | * main.c (show_commands): Make return type of extern | Per Bothner | 2 | -3/+9 | |
history_get be HIST_ENTRY, rather than struct _hist_entry. (The latter loses with the upcoming merged readline.) | |||||
1994-01-16 | * minsyms.c (prim_record_minimal_symbol_and_info): Make tempstring | Jim Kingdon | 2 | -1/+4 | |
const char *, not char *. | |||||
1994-01-16 | * symtab.h (struct symbol): Make section short, not unsigned short. | Jim Kingdon | 2 | -2/+11 | |
1994-01-16 | * symtab.c (lookup_symbol): Add comment about QUIT here. | Jim Kingdon | 2 | -6/+27 | |
1994-01-15 | * gdb.t16/printcmds.exp (test_print_strings): Accept | Jim Kingdon | 1 | -0/+3 | |
"(unsigned char *) " before the string. | |||||
1994-01-15 | Sat Jan 15 12:47:23 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -0/+4 | |
* config.sub (apple, mac, mpw): Add various aliases. | |||||
1994-01-15 | Fri Jan 7 14:34:31 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 5 | -1/+309 | |
* mpw-build.in: New file, top-level build script fragment for MPW. * mpw-configure: New file, configure script for MPW. * mpw-config.in: New file, config fragment for MPW. | |||||
1994-01-15 | * utils.c (fputs_unfiltered): Call fputs, not fputs_maybe_filtered. | Jim Kingdon | 2 | -0/+13 | |
1994-01-15 | * c-exp.y (parse_number): Make it so that integer constants are | Jim Kingdon | 1 | -1/+7 | |
builtin_type_long_long if builtin_type_long isn't big enough or if an "LL" suffix is used. Properly handle "UL" or "LU" suffixes. | |||||
1994-01-15 | * app.c (do_scrub_next_char): Allow lines like " foolab :". | David Edelsohn | 1 | -0/+2 | |
1994-01-15 | * read.c (emit_expr): Fix computation of mask. | David Edelsohn | 2 | -2/+7 | |
1994-01-15 | * config/obj-elf.c (obj_elf_section): Fix loop termination test. | David Edelsohn | 1 | -30/+101 | |
1994-01-15 | * c-exp.y (parse_number): Check for overflow regardless of range | Jim Kingdon | 2 | -46/+93 | |
checking. Fix overflow check to use unsigned LONGEST, not unsigned int. * c-exp.y (parse_number): Make it so that integer constants are builtin_type_long_long if builtin_type_long isn't big enough or if an "LL" suffix is used. Properly handle "UL" or "LU" suffixes. | |||||
1994-01-15 | * TODO: Add notes about printing of fancy types and GDB expressions. | Jim Kingdon | 1 | -0/+4 | |
1994-01-15 | * TODO: Add notes about printing of fancy types and GDB expressions. | Jim Kingdon | 2 | -1/+5 | |
1994-01-15 | * c-typeprint.c (c_type_print_varspec_suffix, case TYPE_CODE_FUNC): | Jim Kingdon | 2 | -2/+7 | |
Print our "()" first, then recurse for the target type. | |||||
1994-01-15 | * TODO: Add note about printing of fancy types. | Jim Kingdon | 2 | -0/+170 | |
1994-01-15 | * remote-udi.c (udi_create_inferior): Quote empty execfile argument. | Jim Kingdon | 2 | -1/+15 | |
1994-01-15 | * gdbserver/low-lynx.c: Include <sys/wait.h> not /usr/include/wait.h. | Jim Kingdon | 2 | -1/+5 | |
1994-01-15 | * utils.c (request_quit): Re-establish signal handler regardless | Jim Kingdon | 3 | -19/+81 | |
of USG. * config/mips/xm-irix4.h: Define HAVE_TERMIOS. | |||||
1994-01-15 | * i960-tdep.c: Include target.h. | Jim Kingdon | 2 | -0/+5 | |
1994-01-15 | Fri Jan 14 17:12:28 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 2 | -2/+12 | |
* lynx-nat.c (sys/wait.h): Don't use absolute pathname. | |||||
1994-01-14 | * elfcode.h (elf_object_p): If there is a SHT_DYNAMIC section, set | Ian Lance Taylor | 2 | -6/+30 | |
the DYNAMIC flag for the BFD. (NAME(bfd_elf,write_object_contents)): Don't try to write out a BFD with the DYNAMIC flag set, since we don't generate the program header table correctly. | |||||
1994-01-14 | * objcopy.c (strip_main, copy_main): Don't clobber the input file | Ian Lance Taylor | 2 | -523/+676 | |
if copy_file fails. | |||||
1994-01-14 | * nlmconv.c (main): Warn about an attempt to use a shared library | Ian Lance Taylor | 2 | -0/+10 | |
with uninitialized data. | |||||
1994-01-14 | Motorola Delta sysV68 support from phdm@info.ucl.ac.BE (Philippe | Ian Lance Taylor | 6 | -1/+61 | |
De Muyter). * configure.in (m68k-motorola-sysv*) New target. * config/delta68.mt: New file. * emulparams/delta68.sh: New file. * scripttempl/delta68.sc: New file. * Makefile.in (ALL_EMULATIONS): Added em_delta68.o. (em_delta68.c): New target. | |||||
1994-01-14 | * lynx-nat.c (child_wait): Fix thinkos in struct target_waitstatus | Jim Kingdon | 1 | -3/+4 | |
changes (status -> ourstatus; declare status, etc.). * config/nm-lynx.h: Fix child_wait prototype and include target.h. | |||||
1994-01-14 | * nlmconv.c (setup_sections): Make sure that we align the | Ian Lance Taylor | 2 | -7/+22 | |
output_offset of each input section appropriately. | |||||
1994-01-14 | * Makefile.in (ALLPARAM): Add config/nm-lynx.h. | Jim Kingdon | 1 | -0/+4 | |
1994-01-14 | * remote-mips.c (mips_request, mips_wait): Correct prototypes. | Ian Lance Taylor | 2 | -2/+6 | |
1994-01-14 | * config/i386/xm-linux.h: Define HAVE_TERMIOS. | Jim Kingdon | 2 | -0/+6 | |
1994-01-14 | * config/alpha/tm-alpha.h (CALL_DUMMY): Improve comment. | Peter Schauer | 1 | -0/+4 | |
1994-01-14 | * ecoff.c (ecoff_link_write_external): An ifd can be -1. | Ian Lance Taylor | 1 | -0/+4 | |
1994-01-14 | ecoff.c, as.c changes | Ken Raeburn | 1 | -0/+6 | |
1994-01-14 | (ecoff_set_gp_prolog_size): New function. | Ken Raeburn | 1 | -115/+99 | |
(current_file_idx): New static variable. (add_file): Use and increment current_file_idx instead of indx parameter. Also removed trailing whitespace from lines. | |||||
1994-01-14 | Oops. Didn't mean to change reject_dev_configs. | Ken Raeburn | 1 | -1/+1 | |
1994-01-14 | Don't include config.h directly any more. | Ken Raeburn | 1 | -14/+20 | |
1994-01-14 | * struc-symbol.h (struct symbol): Make all bitfields unsigned. | Ken Raeburn | 1 | -0/+2 | |
1994-01-13 | * remote-vx.c (vx_wait): Only call i960_fault_to_signal if I80960 | Jim Kingdon | 2 | -0/+15 | |
is defined. Otherwise just report TARGET_SIGNAL_UNKNOWN. | |||||
1994-01-13 | * som.c (som_set_reloc_info): Provide a default symbol for | Jeff Law | 1 | -0/+3 | |
relocations which don't actually have an associated symbol. | |||||
1994-01-13 | * objdump.c (dump_relocs): Don't crash if section name is NULL. | Ian Lance Taylor | 2 | -33/+59 | |
1994-01-13 | Changes for i960_validate_fix, i386-netbsd* configs, BFDDEF handling, literal | Ken Raeburn | 1 | -0/+25 | |
pool offset bugs, config.h handling. | |||||
1994-01-13 | (add_to_literal_pool): Take symbol and addend as arguments, instead of | Ken Raeburn | 1 | -0/+78 | |
expression, for now. Fix calculation of offset to return. | |||||
1994-01-13 | (segment_info_type) [NEED_LITERAL_POOL]: Add field literal_pool_size. | Ken Raeburn | 1 | -38/+81 | |
1994-01-13 | * as.h: Include config.h. Added forward declaration for struct symbol. | Ken Raeburn | 1 | -5/+36 | |
(add_to_literal_pool): Fix declaration. | |||||
1994-01-13 | * configure.in (i386-*-netbsd*): New target, using te-netbsd.h. | Ken Raeburn | 2 | -8/+13 | |
(i386-*-netbsd0.8): New target, like 386bsd. * configure.in: Set BFDDEF in Makefile to "define" or "undef". * Makefile.in (config.h): Protect against multiple inclusions. Define or undef BFD_ASSEMBLER as specified by $(BFDDEF). (ALL_CFLAGS): Omit $(BFDDEF). | |||||
1994-01-13 | * som.c (hppa_som_reloc): Add new "error message" argument. | Jeff Law | 2 | -17/+35 | |
1994-01-13 | * config/obj-som.c (som_frob_file): Call adjust_code_sections | Jeff Law | 2 | -16/+89 | |
for each section. (adjust_code_sections): New function. Adjusts the VMA for all the $CODE$ subspaces. * config/tc-hppa.c (md_assemble): Also handle creating a fixup for the unwind descriptors if a function's label follows the .PROC and .ENTRY directives. (pa_entry): Don't set BSF_FUNCTION for the label symbol here; it is done elsewhere. Don't create a fixup for the unwind descriptors if the function's label has not been defined yet. (pa_proc): For SOM, place each procedure within a new $CODE$ subspace. Adjust the segment and frag for the associated function label if it exists. | |||||
1994-01-13 | * subsegs.c (subseg_get): Accept new argument "force_new". If | Jeff Law | 1 | -0/+33 | |
set then a new segment is always created. All callers changed. (subseg_force_new): New function. Similar to subseg_new, but always force a new segment to be created. * config/obj-som.c (som_frob_file): Call adjust_code_sections for each section. (adjust_code_sections): New function. Adjusts the VMA for all the $CODE$ subspaces. * config/tc-hppa.c (md_assemble): Also handle creating a fixup for the unwind descriptors if a function's label follows the .PROC and .ENTRY directives. (pa_entry): Don't set BSF_FUNCTION for the label symbol here; it is done elsewhere. Don't create a fixup for the unwind descriptors if the function's label has not been defined yet. (pa_proc): For SOM, place each procedure within a new $CODE$ subspace. Adjust the segment and frag for the associated function label if it exists. | |||||
1994-01-13 | * subsegs.c (subseg_get): Accept new argument "force_new". If | Jeff Law | 1 | -10/+65 | |
set then a new segment is always created. All callers changed. (subseg_force_new): New function. Similar to subseg_new, but always force a new segment to be created. |