aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1994-01-16 * main.c (show_commands): Make return type of externPer Bothner2-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 tempstringJim Kingdon2-1/+4
const char *, not char *.
1994-01-16* symtab.h (struct symbol): Make section short, not unsigned short.Jim Kingdon2-2/+11
1994-01-16* symtab.c (lookup_symbol): Add comment about QUIT here.Jim Kingdon2-6/+27
1994-01-15 * gdb.t16/printcmds.exp (test_print_strings): AcceptJim Kingdon1-0/+3
"(unsigned char *) " before the string.
1994-01-15Sat Jan 15 12:47:23 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-0/+4
* config.sub (apple, mac, mpw): Add various aliases.
1994-01-15Fri Jan 7 14:34:31 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs5-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 Kingdon2-0/+13
1994-01-15 * c-exp.y (parse_number): Make it so that integer constants areJim Kingdon1-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 Edelsohn1-0/+2
1994-01-15* read.c (emit_expr): Fix computation of mask.David Edelsohn2-2/+7
1994-01-15* config/obj-elf.c (obj_elf_section): Fix loop termination test.David Edelsohn1-30/+101
1994-01-15 * c-exp.y (parse_number): Check for overflow regardless of rangeJim Kingdon2-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 Kingdon1-0/+4
1994-01-15* TODO: Add notes about printing of fancy types and GDB expressions.Jim Kingdon2-1/+5
1994-01-15 * c-typeprint.c (c_type_print_varspec_suffix, case TYPE_CODE_FUNC):Jim Kingdon2-2/+7
Print our "()" first, then recurse for the target type.
1994-01-15* TODO: Add note about printing of fancy types.Jim Kingdon2-0/+170
1994-01-15* remote-udi.c (udi_create_inferior): Quote empty execfile argument.Jim Kingdon2-1/+15
1994-01-15* gdbserver/low-lynx.c: Include <sys/wait.h> not /usr/include/wait.h.Jim Kingdon2-1/+5
1994-01-15 * utils.c (request_quit): Re-establish signal handler regardlessJim Kingdon3-19/+81
of USG. * config/mips/xm-irix4.h: Define HAVE_TERMIOS.
1994-01-15* i960-tdep.c: Include target.h.Jim Kingdon2-0/+5
1994-01-15Fri Jan 14 17:12:28 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs2-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, setIan Lance Taylor2-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 fileIan Lance Taylor2-523/+676
if copy_file fails.
1994-01-14 * nlmconv.c (main): Warn about an attempt to use a shared libraryIan Lance Taylor2-0/+10
with uninitialized data.
1994-01-14 Motorola Delta sysV68 support from phdm@info.ucl.ac.BE (PhilippeIan Lance Taylor6-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_waitstatusJim Kingdon1-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 theIan Lance Taylor2-7/+22
output_offset of each input section appropriately.
1994-01-14* Makefile.in (ALLPARAM): Add config/nm-lynx.h.Jim Kingdon1-0/+4
1994-01-14 * remote-mips.c (mips_request, mips_wait): Correct prototypes.Ian Lance Taylor2-2/+6
1994-01-14* config/i386/xm-linux.h: Define HAVE_TERMIOS.Jim Kingdon2-0/+6
1994-01-14 * config/alpha/tm-alpha.h (CALL_DUMMY): Improve comment.Peter Schauer1-0/+4
1994-01-14 * ecoff.c (ecoff_link_write_external): An ifd can be -1.Ian Lance Taylor1-0/+4
1994-01-14ecoff.c, as.c changesKen Raeburn1-0/+6
1994-01-14(ecoff_set_gp_prolog_size): New function.Ken Raeburn1-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-14Oops. Didn't mean to change reject_dev_configs.Ken Raeburn1-1/+1
1994-01-14Don't include config.h directly any more.Ken Raeburn1-14/+20
1994-01-14* struc-symbol.h (struct symbol): Make all bitfields unsigned.Ken Raeburn1-0/+2
1994-01-13 * remote-vx.c (vx_wait): Only call i960_fault_to_signal if I80960Jim Kingdon2-0/+15
is defined. Otherwise just report TARGET_SIGNAL_UNKNOWN.
1994-01-13 * som.c (som_set_reloc_info): Provide a default symbol forJeff Law1-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 Taylor2-33/+59
1994-01-13Changes for i960_validate_fix, i386-netbsd* configs, BFDDEF handling, literalKen Raeburn1-0/+25
pool offset bugs, config.h handling.
1994-01-13(add_to_literal_pool): Take symbol and addend as arguments, instead ofKen Raeburn1-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 Raeburn1-38/+81
1994-01-13* as.h: Include config.h. Added forward declaration for struct symbol.Ken Raeburn1-5/+36
(add_to_literal_pool): Fix declaration.
1994-01-13* configure.in (i386-*-netbsd*): New target, using te-netbsd.h.Ken Raeburn2-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 Law2-17/+35
1994-01-13 * config/obj-som.c (som_frob_file): Call adjust_code_sectionsJeff Law2-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". IfJeff Law1-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". IfJeff Law1-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.