summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * config-ml.in: Don't mess with the cache file.Nathanael Nerode2004-01-052-1/+6
|
* daily updateAlan Modra2004-01-041-1/+1
|
* file cp-demangle.h was initially added on branch drow-cplus-branch.Daniel Jacobowitz2004-01-040-0/+0
|
* file ChangeLog.cplus was initially added on branch drow-cplus-branch.Daniel Jacobowitz2004-01-040-0/+0
|
* * elf32-sparc.c (elf32_sparc_grok_psinfo): New function.Mark Kettenis2004-01-042-0/+34
|
* daily updateAlan Modra2004-01-031-1/+1
|
* * Makefile.tpl: Make GCC use a separate config.cache.Nathanael Nerode2004-01-033-2/+11
| | | | * Makefile.in: Regenerate.
* PR bootstrap/11932, PR bootstrap/11933Nathanael Nerode2004-01-033-35/+62
| | | | | | | | (I don't know if it will fix either of them, but it relates to them.) * configure.in: Don't use shared config.cache for target directories. * configure: Regenerate.
* typo fixAlan Modra2004-01-031-4/+4
|
* * ldexp.c (align_n): Make static.Alan Modra2004-01-0310-85/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ldexp.h (align_n): Delete declaration. * ldlang.h (lang_enter_output_section_statement): Remove block_value param. * ldlang.c (lang_enter_output_section_statement): Likewise. (TO_ADDR, TO_SIZE): Define. (opb): New var. (init_opb): New function. (print_input_section): Call init_opb and use TO_ADDR. (print_data_statement, print_reloc_statement): Likewise. (print_padding_statement): Likewise. (size_input_section): Use TO_SIZE and TO_ADDR, and global opb. (lang_check_section_addresses): Likewise. (lang_size_sections_1): Likewise. (lang_do_assignments_1): Likewise. (lang_set_startof): Likewise. (lang_one_common): Likewise. Combine power_of_two and opb alignment. (lang_process): Call init_opb. (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb. (lang_enter_overlay_section): Adjust lang_enter_output_section_statement call. * ldgram.y: Likewise. * mri.c (mri_draw_tree): Likewise. * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise. * emultempl/mmo.em (mmo_place_orphan): Likewise. * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
* * ldfile.c (ldfile_set_output_arch): Add defarch param.Alan Modra2004-01-0318-109/+74
| | | | | | | | | | | | | | | | | | | | * ldfile.h (ldfile_set_output_arch): Ditto. * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use ldfile_set_output_arch. * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto. * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto. * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto. * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto. * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto. * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto. * ldgram.y: Adjust ldfile_set_output_arch call. * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto. * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto. * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto. * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto. * emultempl/gld960c.em (gld960_set_output_arch): Ditto. * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto. * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
* daily updateAlan Modra2004-01-021-1/+1
|
* * objcopy.c (filter_bytes): Delete. Move code to..Alan Modra2004-01-022-19/+19
| | | | | (copy_section): ..here. Simplify size adjustment. Divide section lma by interleave.
* merge from gccDJ Delorie2004-01-026-761/+2294
|
* Add support for FreeBSD coresNick Clifton2004-01-022-21/+61
|
* Update description of FP behaviourNick Clifton2004-01-022-4/+23
|
* Catch a bug in the msp430 disassembler where an add instruction was confusedNick Clifton2004-01-025-2/+17
| | | | with an rla instruction. Add a test for this to the testsuite.
* Add Russian translationNick Clifton2004-01-024-2/+4908
|
* Add m68k-uclinux targetNick Clifton2004-01-027-1/+15
|
* Split ChangeLog files.Alan Modra2004-01-0231-57300/+55534
|
* * ld-selective/sel-dump.exp: Use is_elf_format, xfail assorted targets.Alan Modra2004-01-023-44/+16
| | | | * ld-selective/selective.exp: Likewise.
* daily updateAlan Modra2004-01-011-1/+1
|
* * elflink.h (elf_gc_sections): Warn when gc-sections option is ignored.Alan Modra2004-01-013-4/+60
| | | | | | | | * elf32-h8300.c (elf32_h8_gc_mark_hook): New function. (elf32_h8_gc_sweep_hook): New function. (elf_backend_gc_mark_hook): Define. (elf_backend_gc_sweep_hook): Define. (elf_backend_can_gc_sections): Define.
* * configure.in (ia64*-*-hpux*): Disable building java libraries.DJ Delorie2004-01-013-2/+7
| | | | * configure: Regenerated.
* daily updateAlan Modra2003-12-311-1/+1
|
* * MAINTAINERS: Rename CONFIGURE to BUILD SYSTEM and add myself.Daniel Jacobowitz2003-12-312-1/+6
|
* daily updateAlan Modra2003-12-301-1/+1
|
* * ld-srec/srec.exp (run_srec_test): Remove -fgnu-linker, since GCCcsl-arm-2003-q4Mark Mitchell2003-12-302-1/+6
| | | | 3.4 does not support it.
* daily updateAlan Modra2003-12-291-1/+1
|
* * gas/config/tc-arm.c (arm_cpus): Add 926ejs and 1026ejs.Paul Brook2003-12-293-1/+11
| | | | * gas/doc/c-arm.texi: Document them.
* Update pointer_size patchNick Clifton2003-12-292-51/+130
|
* daily updateAlan Modra2003-12-281-1/+1
|
* daily updateAlan Modra2003-12-271-1/+1
|
* daily updateAlan Modra2003-12-261-1/+1
|
* merge from gccDJ Delorie2003-12-262-2/+5
|
* daily updateAlan Modra2003-12-251-1/+1
|
* daily updateAlan Modra2003-12-241-1/+1
|
* daily updatedrow-cplus-merge-20031224Alan Modra2003-12-231-1/+1
|
* * doc/c-arm.texi: Document -march=armv6.Paul Brook2003-12-232-0/+2
|
* * config/tc-arm.c (arm_archs): Add armv6.Paul Brook2003-12-232-0/+5
|
* * objcopy.c (bfd_flags_to_set, bfd_flags_to_clear): New variablesMaciej W. Rozycki2003-12-233-4/+76
| | | | | | | | | to handle flags for tweaking. (copy_options): New options: impure, pure, readonly-text, writable-text. (copy_usage, copy_object, command_line_switch): Handle the new options. * doc/binutils.texi: Document the new options.
* daily updateAlan Modra2003-12-221-1/+1
|
* * Makefile.in (lbasename.o): Depend on filenames.h.Daniel Jacobowitz2003-12-223-20/+9
| | | | | * lbasename.c: Include "filenames.h" instead of defining its macros locally.
* merge from gccDJ Delorie2003-12-222-291/+522
|
* * objdump.c (disassemble_bytes): Subtract rel_offset from printedJakub Jelinek2003-12-222-2/+10
| | | | | | reloc address. (disassemble_section): Set rel_offset to section->vma instead of pinfo->buffer_vma.
* Fix tests to eliminated unexpected failuresNick Clifton2003-12-225-14/+22
|
* For v6 tests use -march=armv6jNick Clifton2003-12-223-2/+7
|
* * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.DJ Delorie2003-12-223-33/+44
| | | | * configure: Regenerated.
* daily updateAlan Modra2003-12-211-1/+1
|
* daily updateAlan Modra2003-12-201-1/+1
|