• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


binutils-2_23-branch
RSS
Rev. Zeit Autor
9f514a2 binutils-2_23-branch 2013-09-19 09:00:07 Alan Modra

daily update

a01ff60 2013-09-18 09:00:09 Alan Modra

daily update

21b32c8 2013-09-17 09:00:07 Alan Modra

daily update

4f6d67d 2013-09-16 09:00:08 Alan Modra

daily update

aea4adc 2013-09-15 09:00:07 Alan Modra

daily update

abf99d4 2013-09-14 09:00:08 Alan Modra

daily update

01ab8dd 2013-09-13 09:00:07 Alan Modra

daily update

e01275b 2013-09-12 09:00:07 Alan Modra

daily update

1feae36 2013-09-11 09:00:07 Alan Modra

daily update

ba4369f 2013-09-10 09:00:07 Alan Modra

daily update

0fb8f01 2013-09-09 09:00:08 Alan Modra

daily update

d5eb0bf 2013-09-08 09:00:07 Alan Modra

daily update

c779687 2013-09-07 09:00:07 Alan Modra

daily update

c61447c 2013-09-06 09:00:08 Alan Modra

daily update

ab9087f 2013-09-05 09:00:08 Alan Modra

daily update

733260e 2013-09-04 09:00:08 Alan Modra

daily update

b750abf 2013-09-03 09:00:07 Alan Modra

daily update

6a40400 2013-09-02 09:00:08 Alan Modra

daily update

0bc89e0 2013-09-01 09:00:08 Alan Modra

daily update

4fbaf85 2013-08-31 09:00:08 Alan Modra

daily update

c945dca 2013-08-30 09:00:07 Alan Modra

daily update

d66f2dd 2013-08-29 09:00:07 Alan Modra

daily update

68f2bab 2013-08-28 09:00:10 Alan Modra

daily update

424cbd9 2013-08-28 06:50:25 Roland McGrath

gold/
* output.cc (Output_segment::set_section_addresses): Take new
Target* argument. If target->isolate_execinstr() and the segment
is executable and starts at a target->abi_pagesize() boundary,
pad its end out to a target->abi_pagesize() boundary with code fill.
* output.h (Output_segment::set_section_addresses): Update decl.
* layout.h (Layout::check_output_data_for_reset_values): Take new
argument RELAX_OUTPUTS.
(Layout): New member relax_output_list_.
(Layout::add_relax_output): New method.
* layout.cc (Layout::Layout): Update constructor.
(Layout::reset_relax_output): New method.
(Layout::clean_up_after_relaxation): Call it.
(Layout::prepare_for_relaxation): Update caller.
(Layout::set_segment_offsets): Update callers of set_section_addresses.
Call reset_relax_output before re-processing segments for
isolate_execinstr case.
(Layout::write_data): Handle relax_output_list_.
(Layout::Relaxation_debug_check::check_output_data_for_reset_values):
Take new argument RELAX_OUTPUTS. Assert it's an empty collection.

724aab1 2013-08-27 09:00:07 Alan Modra

daily update

6661922 2013-08-27 04:28:36 Roland McGrath

bfd/
* elf-nacl.c (nacl_modify_segment_map): Fix logic reordering the
elf_segment_map list. If an executable segment is page-aligned
but does not end with a full page, then append a fake section into
the segment map entry that pads out the page.
(nacl_final_write_processing): New function. Write the code fill
laid out in nacl_modify_segment_map.
* elf-nacl.h: Declare it.
* elf32-arm.c (elf32_arm_nacl_final_write_processing): New function.
(elf_backend_final_write_processing): Define it for NaCl backend.
* elf32-i386.c (elf_backend_final_write_processing): Likewise.
* elf64-x86-64.c (elf_backend_final_write_processing): Likewise.

* elf-nacl.c (segment_eligible_for_headers): Rename MAXPAGESIZE
parameter to MINPAGESIZE.
(nacl_modify_segment_map): Use minpagesize instead of maxpagesize.

* elf32-arm.c (ELF_MINPAGESIZE, ELF_COMMONPAGESIZE): Set to
0x10000 for NaCl targets.

ld/testsuite/
* ld-x86-64/ilp32-4-nacl.d: Loosen .shstrtab line regexp to match
any file offset.
* ld-x86-64/tlsbin-nacl.rd: Update expected code segment PT_LOAD.
* ld-x86-64/tlsbindesc-nacl.rd: Likewise.
* ld-scripts/rgn-at3.d: XFAIL for *-*-nacl* targets.
* ld-scripts/rgn-over8-ok.d: Likewise.

b045ddc 2013-08-26 09:00:07 Alan Modra

daily update

2e1032f 2013-08-25 09:00:08 Alan Modra

daily update

391399d 2013-08-24 09:00:09 Alan Modra

daily update

60d871a 2013-08-24 07:41:05 Roland McGrath

ld/
* emulparams/elf_nacl.sh (nacl_rodata_addr): Don't add in
SIZEOF_HEADERS here; elf.sc does it already.