• R/O
  • HTTP
  • SSH
  • HTTPS

sourceware: List of commits

Yet another clone of sourceware.org.


RSS
Rev. Time Author
7fb4b3f 1999-06-09 23:22:07 law

.
* hppa.h: Update with various changes from newest PA ELF
specifications.

9ed248c 1999-06-09 14:35:53 nickc

restore previous format of --help output

8c5fea7 1999-06-09 12:04:00 schwab

* ld-cdtest/cdtest-main.cc: Avoid `implicit int' warning.
* ld-shared/sh1.c: Fix typo.

232549d 1999-06-09 12:01:25 schwab

* binutils-all/objdump.exp: Tighten regexp to match `objdump -i'
output to avoid massive exponential behaviour.

f129289 1999-06-09 11:44:15 schwab

* readelf.c (dump_section): Cast bfd_vma values to [unsigned] long
for printing, in case it is wider than long.
(display_block): Likewise.
(read_and_display_attr): Likewise.
(decode_location_expression): Likewise. Don't depend on
evaluation order.

304df35 1999-06-08 11:17:59 jsm

Initial revision

7fe2663 1999-06-08 08:21:59 rth

* section.c (_bfd_strip_section_from_output): Remove output
sections with no initial link_order.

43f091b 1999-06-07 21:54:17 rth

Typo.

680f82a 1999-06-07 21:53:55 rth

Jakub Jelinek <jj@ultra.linux.cz>
* config/tc-sparc.c (md_assemble): Fix up setx, support setsw.
Optimize set if sizeof(bfd_vma) == 64.
(sparc_ip): Fix sethi - without %hi() it should generate
R_SPARC_32 reloc, not R_SPARC_HI22.
(tc_gen_reloc): Handle BFD_RELOC_SPARC22.

105dc50 1999-06-07 21:44:47 rth

Jakub Jelinek <jj@ultra.linux.cz>
* sparc-opc.c: Fix up set, setsw, setuw operand kinds.
Support signx %reg, clruw %reg.

9d24f0d 1999-06-07 21:40:35 rth

Jakub Jelinek <jj@ultra.linux.cz>
* config/tc-sparc.c (md_begin): Handle native wordsize aliases.
(s_ncons): New function.
(native_op_table): New table.
(sparc_ip): Be more strict on %hi() etc.; prepare assembler for
R_SPARC_OLO10 handling.

b3e05f0 1999-06-07 21:26:44 rth

Jakub Jelinek <jj@ultra.linux.cz>
* sparc-opc.c: Add aliases Solaris as supports.

da99351 1999-06-07 19:27:20 nickc

Define ELF_MAXPAGESIZE

8de4f67 1999-06-07 19:23:45 rth

* expr.h (struct expressionS): Revert last change; widen X_op.
* config/tc-alpha.c (md_begin): Check the field is wide enough.

6fe5b60 1999-06-07 12:16:53 schwab

* windres.c (usage): Fix typo.

1e53762 1999-06-07 12:06:37 schwab

* Makefile.am (CFILES): Add arc-{dis,opc}.c and v850-{dis,opc}.c.
* Makefile.in: Regenerated.

b108e54 1999-06-07 11:58:51 schwab

* Makefile.am (TARGET_CPU_CFILES): Add config/tc-fr30.c.
(TARGET_CPU_HFILES): Add config/tc-fr30.h.
(TARG_ENV_HFILES): Add config/te-epoc-pe.h.
* Makefile.in: Regenerated.

4e9ea69 1999-06-07 11:51:37 schwab

* Makefile.am (SOURCE_HFILES): Add missing headers.
* Makefile.in: Regenerated.

1ffa280 1999-06-07 11:28:51 schwab

* config/obj-elf.c (obj_elf_common): In MRI mode if called as
`common' pass on to s_mri_common.
(elf_pseudo_table): Pass 1 to obj_elf_common for `common'.

d1fd467 1999-06-07 07:31:45 mmitchel

* elf32-mips.c (_bfd_mips_elf_print_private_data): Recognize
the N32 ABI.

41e3189 1999-06-06 09:09:48 rth

* config/obj-elf.c (obj_elf_section): Don't free the return
value of demand_copy_C_string.

fc00f8b 1999-06-06 08:15:27 rth

* dwarf2dbg.c (dwarf2_gen_line_info): Mirror the section symbol
creation logic from obj_elf_create_section.
* config/obj-elf.c (elf_pseudo_tab): Add pushsection/popsection.
(section_stack): New.
(special_sections): Make const.
(obj_elf_section): Gut and rewrite parsing.
(obj_elf_change_section): New function broken out of obj_elf_section.
(obj_elf_parse_section_letters): Likewise.
(obj_elf_section_word): Likewise.
(obj_elf_section_type): Likewise.
(obj_elf_previous): Treat as a toggle.
(obj_elf_popsection): New.
* config/tc-ppc.c (ppc_section_word): Take str+len not ptr_str.
(ppc_section_type): Likewise.
* config/tc-ppc.h: Likewise.
* expr.h (struct expressionS): Don't make X_op a bitfield.
* config/tc-alpha.c: Update for symbol handling changes.
(md_apply_fix) [case GPREL]: Use now_seg instead of absolute_section.
(load_expression, emit_ir_load, emit_loadstore, emit_jsrjmp): Likewise.

9b45207 1999-06-06 08:14:41 rth

* gas/elf/elf.exp: New directory.
* gas/elf/section0.[sd]: New test.
* gas/elf/section1.[sd]: New test.

549c679 1999-06-06 03:19:02 rth

* dwarf2dbg.c (*): Convert to K&R + prototypes.
(dwarf2_gen_line_info): Kill unused variables.
(dwarf2_finish): Likewise.
(dwarf2_where): Likewise.
(dwarf2_directive_file): If we've only got a string,
hand off to s_app_file.
* ecoff.c: Move the include of ecoff.h.
* symbols.h (S_IS_FUNCTION): Prototype.
* read.c (LEX_HASH): Supply a default.
(lex_type): Use it.
(s_globl): Update `c' after skipping whitespace.
* read.h (LEX_END_NAME, is_name_ender): New.
* expr.c (get_symbol_end): Respect it.

b27e803 1999-06-05 06:08:53 ian

1999-06-04 Mark Klein <mklein@dis.com>
* config/tc-hppa.c (md_begin): Convert local symbol dummy_symbol
to real if OBJ_SOM
(tc_gen_reloc): Still need bfd_abs_symbol in some relocs.

cce3c62 1999-06-05 05:49:13 ian

1999-06-04 H.J. Lu <hjl@gnu.org>
* lib/ld-lib.exp (default_ld_nm): Clear nm_output first if
necessary.

34af199 1999-06-04 22:25:19 rth

Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* elf32-ppc.c (ppc_elf_relocate_section): Don't barf on out of
range undefweak symbols.
* hash.c: Add missing comma after @xref{}
* linker.c: Likewise.

e5fdf74 1999-06-04 21:45:01 nickc

Define ELF_MAXPAGESIZE for all ELF based ports.
Produce an error message of ELF_MAXPAGESIZE is not defined.

413a568 1999-06-04 21:00:28 ian

* Makefile.am: Rebuild dependencies.
(BFD32_BACKENDS): Add dwarf1.lo.
(BFD32_BACKENDS_CFILES): Add dwarf1.c.
* Makefile.in: Rebuild.

5de9bc7 1999-06-04 20:33:30 nickc

Use 64bit wide values in internal fields.
Check symbol index against number of symbols when displaying relocations

Show on old repository browser