aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
1999-05-31 * readelf.c (process_relocs): Determine type of reloc fromAndreas Schwab2-9/+19
DT_PLTREL and from section type.
1999-05-29Display unknown values detected in ELF program header.Nick Clifton2-4/+24
1999-05-29fix typo.Nick Clifton2-1/+5
1999-05-28remove spurious code.Nick Clifton1-3/+0
1999-05-28Better coping with different reloc types.Nick Clifton2-70/+129
1999-05-27 * binutils-all/readelf.h: Update for changes of 1999-04-08.Ian Lance Taylor2-0/+9
1999-05-27 * readelf.c: Include "elf/i960.h".Ian Lance Taylor2-0/+11
(dump_relocations): Handle EM_960.
1999-05-27break long lineIan Lance Taylor1-2/+2
1999-05-27 * objcopy.c (copy_archive): Preserve dates of archive members ifAndreas Schwab2-0/+16
requested.
1999-05-27 * readelf.c (dump_relocations): Always print the addend on RELAAndreas Schwab2-11/+18
systems even if there is no symbol. (process_program_headers): Reset dynamic_size before looping through the program headers. (process_version_sections): Cast sh_offset to unsigned long for printing in case bfd_vma is wider. (process_symbol_table): Use get_symbol_index_type when printing st_shndx.
1999-05-25* windres.c: add verbose optionDJ Delorie5-11/+141
(main): process verbose option * resrc.c (look_for_default): new. Look for the default preprocessor in a given location. (read_rc_file): for foo/bar-windres, look for foo/bar-gcc, foo/gcc (in case of foo/windres), and then gcc (the old default).
1999-05-16Add support for generating an mcore-elf dll.Nick Clifton2-23/+206
1999-05-15Add support for mcore to dlltool.Nick Clifton4-24/+145
1999-05-12 * rclex.l: add code to suppress certain output from cpp, replaceDJ Delorie3-85/+128
all returns with MAYBE_RETURN (MAYBE_RETURN): new, implement the suppression by returning IGNORED_TOKEN as needed. (cpp_line): remember which file we're in, mark data from included *.h files for suppression. * rcparse.y (input): allow IGNORED_TOKEN outside of known constructs
1999-05-111999-05-10 DJ Delorie <dj@cygnus.com>DJ Delorie6-11/+73
* windres.c (quot): Quote shell metacharacters in a string (main): quote parameters to cpp that might have metacharacters in them. Allow -D as an alias for --define to allow for sharing make macros with gcc. * objdump.c (dump_reloc_set): don't core if howto->name is NULL * Makefile.am: Give rescoff.c a cpu-specific -D so it can set the correct BFD. * Makefile.in: ditto * rescoff.c (write_coff_file): Set the correct BFD
1999-05-06 * rename.c (smart_rename): Fix test of whether file exists.Ian Lance Taylor2-4/+8
1999-05-06Set display_endian based on target endianism.Nick Clifton2-2/+7
1999-05-05 * dlltool.c (interwork): Remove.Catherine Moore2-38/+53
(arm_interwork_jtab): Use bx insn. (thumb_jtab): Likewise. (MARM_INTERWORK): New machine type. (rvaafter): Handle it. (rvabefore) Likewise. (asm_prefix): Likewise. (gen_exp_type): Check machine type instead of interwork flag. (make_one_lib_file): Likewise. (make_head): Likewise. (make_tail): Likewise. (usage): Update machine types. (main): Remove -interwork support.
1999-05-05 * readelf.c (get_machine_flags): Check for EF_CPU32.Catherine Moore2-2/+12
(get_data_encoding): Fix typo.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson114-0/+90535