aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1995-06-29New files.Steve Chamberlain2-0/+28
1995-06-29 * configure.in: Add i386-pe configuration.Steve Chamberlain1-0/+8
1995-06-29Wed Jun 28 18:04:42 1995 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain10-91/+573
* Makefile.in: versados.o is now conditionally built. * coffcode.h (add_data_entry): New function. (coff_write_object_contents): Clean up. Calculate data entries. * cofflink.c (_bfd_coff_generic_relocate_section): .reloc and .edata sections are IMAGE_BASED too. If there's a base_file then write out base information. * configure.host (i386-*-pe): New. * syms.c (coff_section_type): Only scan prefixes. * targets.c (bfd_target_vector): Versados is now conditionally built. * config/m68k-coff.mt: Build versados.o * hosts/i386pe.h: New file.
1995-06-29 * ar.c: (print_contents.c, extract_file, do_quick_append):Steve Chamberlain6-286/+687
Malloc buffers rather than allocate on stack (so it works on NT). * deflex.l: Names can have an @ in them. * dlltool.c: Loads of stuff. Can now generate .imp files which work with NT .dlls.
1995-06-29 * config/obj-coff.c (fixup_segment): PE doens't useSteve Chamberlain3-15/+18
the strange common symbol format that other 386s formats do. * config/tc-i386.c (md_begin): If LEX_AT defined then '@' is in the set of identifiers. (i386_operand): If LEX_AT, then don't look for @goto stuff. * config/te-pe.h: Define LEX_AT.
1995-06-29Wed Jun 28 17:11:25 1995 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain10-58/+479
* ldmain.c (main): Always initialize PE info in link_info. * lexsup.c (OPTION_BASE_FILE): New option. (parse_args): Handle new option. * emulparams/armpe.sh: Output pei. * emultempl/i386pe.em: Add newline to end. * scripttempl/armpe.sc: Change output and quote the $s. * scripttempl/i386pe.sc: Change output and quote the $s.
1995-06-28doc updateKen Raeburn1-2/+4
1995-06-28describe --emulation optionKen Raeburn1-0/+26
1995-06-28doc updatesKen Raeburn1-0/+12
1995-06-28fix description of h8/500, sh floating pointKen Raeburn1-3/+134
1995-06-28get rid of unused m4 filesKen Raeburn12-192/+0
1995-06-27Move various files that are only checked out for certain modules intoKen Raeburn1-13/+22
the *_these_too lists before the check for existence of the items of those lists. Apply "sort -u" to the *_these_too lists to keep Sanitize from complaining when it can't delete COPYING.NEWLIB twice. I'm not convinced the right thing will be done with COPYING.NEWLIB when keep-cygnus or keep-newlib (but not both) is supplied; that's unchanged.
1995-06-26 * elf32-hpa.c (elf32_hppa_relocate_section): Close comment beforeJeff Law2-2/+13
R_PARISC_DPREL21L handling.
1995-06-25 * remote.c (remote_read_bytes, remote_write_bytes): Second argStan Shebs2-1/+10
should be char *, not unsigned char *. * dcache.h (memxferfunc): Ditto. * monitor.c (monitor_write_memory, monitor_read_memory_single): Ditto. (monitor_make_srec): Let compiler figure size of hextab.
1995-06-25 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.Jeff Law1-0/+4
1995-06-25Fix pathnames right..Steve Chamberlain4-5/+5
1995-06-25 * lynx-nat.c (child_wait): Don't restart new threads and loopJeff Law2-6/+15
to the top of child_wait; let the machine independent code in wait_for_inferior deal with new thread notifications. lynx-6100 (partial) Fixes SEGV when multi-threaded program hits a breakpoint in a new thread.
1995-06-24Fix filenames with two dots.Steve Chamberlain4-2/+97
1995-06-23 * remote-nindy (nindy_load): Put in target specific load, it'sKung Hsu2-1/+46
20 times faster.
1995-06-23 * utils.c (error): Move local `args' outside conditional,Stan Shebs1-0/+4
move local `string1' inside, declare function as void if non-ANSI compiler, dereference error_hook when calling.
1995-06-23 * mac-xdep.c (stdarg.h): Don't include.Stan Shebs2-2/+4
1995-06-23 * mpw-make.in (demangle.c.o): Remove.Stan Shebs1-17/+14
(arparse.h): Depend on arparse.c instead of arparse.y.
1995-06-23msdos and moss code from Bryan FordKen Raeburn8-0/+65
1995-06-23 * mpw-mh-mpw (CC): Define ANSI_PROTOTYPES.Stan Shebs1-1/+1
1995-06-23 * mpw-config.in (elf/mips.h): Always forward-include, neededStan Shebs1-0/+5
for GDB to build.
1995-06-23 * interp.c: Don't include sys/times.h or sys/param.hSteve Chamberlain2-2/+4
1995-06-23(newlib.tar.gz): Configure newlib subdir so .info files are made.David Edelsohn1-20/+35
1995-06-22 inc-hist.texi: gdb manual up to date for 95q3Victoria Mixon2-44/+47
rluser.texinfo:
1995-06-22 gdb.texinfo: gdb manual up to date for 95q3Victoria Mixon2-698/+966
remote.texi:
1995-06-22 * remote-nindy.c (nindy_wait): Change timeout in SERIAL_READCHAR.Kung Hsu2-2/+6
1995-06-22Add .fixup sectionMichael Meissner2-1/+9
1995-06-22Fix warningMichael Meissner1-0/+5
1995-06-22Sanitize seems to care about trailing spaces.Steve Chamberlain1-3/+3
1995-06-22 * reloc.c (bfd_perform_relocation): Add case for -ve words.Steve Chamberlain1-0/+4
1995-06-22remove rcs id stringKen Raeburn1-1/+0
1995-06-22new test from Andreas SchwabKen Raeburn3-0/+150
1995-06-22 * gdb.base/return.exp: Xfail `return double' test failureFred Fish1-0/+14
on at least Solaris 2.3 and handle future/past versions on a case by case basis as appropriate. Also update message to include i*86 failures.
1995-06-21m68k fixes from Andreas Schwab, with minor changesKen Raeburn2-10/+68
1995-06-21* config/tc-sparc.c (sparc_ip, case 'A'): If ASI is not a "#" value, don'tKen Raeburn1-0/+5
shift it an extra time.
1995-06-21 * interp.c: (SIGBUS, SIGTERM): Define if not.Steve Chamberlain3-14/+48
(sim_memory_size): default to 2^19 on PCs. (sim_resume): Poll for quits on win32.
1995-06-21fix diststuff/realclean handling of info filesKen Raeburn1-0/+4
1995-06-21Hmm.. The ChangeLog went in, but not the code....Steve Chamberlain9-464/+750
* monitor.c: Turn on caching. (monitor_printf): If a ^C was sent, don't expect to see its echo. (monitor_open): Enable caching. (monitor_resume, monitor_load): Flush cache. (monitor_xfer_memory): Call cache routine. (monitor_dump_regs): New. (monitor_fetch_registers): If monitor_dump_regs available then use it. (monitor_load): Don't ref exec_bfd if it's NULL. (monitor_load_srec): Use new monitor_make_srec calling convention. (monitor_make_srec): Rewrite to cope with two, three and four byte addresses. * remote-hms.c (hms_cmds): Initialze end-of-command delim. * dcache.h, dcache.h: Rewritten. * remote.c: Reenable caching. (getpkt): Reduce MAX_TRIES to 3. (remote_xfer_memory): Use dcache_xfer_memory. * defs.h (error_hook): New. * top.c (error_hook): New definition. * utils.c (error): Use error_hook if initialized. * sparcl-tdep.c (HAVE_SOCKETS): Don't define if GO32 or WIN32. Use HAVE_SOCKETS in place of #ifndef GO32.
1995-06-21* objdump.c (compare_relocs): If relocation entries have the same address, ↵Ken Raeburn1-0/+5
keep them in file order.
1995-06-21 * gasp.c (do_print, do_form, buffer_and_nest): Use case insensitiveSteve Chamberlain2-6/+11
string compares. gas/7274.
1995-06-21"Lose" the new testsuite directory for now.Rob Savoye1-0/+1
1995-06-21 * testsuite: New directory for customer acceptance and whole toolRob Savoye1-0/+10
chain tests. * configure: Set build_{cpu,vendor,os,alias} to host values when --build isn't specified
1995-06-21Handle autoconfiscated directories by running the correct configure script.Ken Raeburn2-5/+75
1995-06-21add ld-versados.Steve Chamberlain1-0/+1
1995-06-21Keep MPW x SH compiled linker script.Stan Shebs1-0/+1
1995-06-21 * hppam3-nat.c: Change HP800_THREAD_STATE to TRACE_FLAVOR andJeff Law2-7/+12
HP800_THREAD_STATE_COUNT to TRACE_FLAVOR_SIZE.