c10cb12be7
<http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/?cvsroot=src> to fix relocation problem on linking startup routines for sh3: src/bfd/elf32-sh.c revision 1.36: > * elf32-sh.c (sh_elf_howto_table, R_SH_REL32): Make > partial_inplace, matching assembler output. Set src_mask to > all ones. > (sh_elf_relocate_section): Delete misplaced comment. > For relocatable linking against section symbol, call > _bfd_relocate_contents for partial_inplace relocs and adjust > rel->r_addend for others. > <case R_SH_DIR32, R_SH_REL32>: Fetch partial_inplace addend with > bfd_get_32, not at rel->r_addend. src/gas/config/tc-sh.c revision 1.43: > * config/tc-sh.c (md_pcrel_from_section): Transformed from > md_pcrel_from. Handle pc-relativeness against link-time > symbol. Handle relativeness to elsewhere than the fixup. src/gas/config/tc-sh.h revision 1.14: > * config/tc-sh.h (MD_PCREL_FROM_SECTION): Define. > (md_pcrel_from_section): Prototype. Thanks to Kaz Kojima and Jason R Thorpe for their comments. |
||
---|---|---|
.. | ||
dist | ||
lib | ||
libexec | ||
usr.bin | ||
usr.sbin | ||
Makefile | ||
README |
$NetBSD: README,v 1.4 2002/09/22 09:47:56 wiz Exp $ Organization of Sources: This directory hierarchy is using a new organization that separates the GNU sources from the BSD-style infrastructure used to build the GNU sources. The GNU sources are kept in the standard GNU source tree layout under: dist/* The build infrastructure uses the normal BSD way under: lib/* usr.bin/* The makefiles in the above hierarchy will "reach over" into the GNU sources (src/gnu/dist) for everything they need. Maintenance Strategy: The sources under src/gnu/dist are generally a combination of some published distribution plus changes that we submit to the maintainers and that are not yet published by them. There are a few files that are never expected to be submitted to the FSF, (i.e. BSD-style makefiles and such) and those generally should stay in src/gnu/lib or src/gnu/usr.bin (the BSD build areas). Make sure all changes made to the GNU sources are submitted to the appropriate maintainer, but only after coordinating with the NetBSD maintainers by sending your proposed submission to the <tech-toolchain@netbsd.org> mailing list. Only send the changes to the third-party maintainers after consensus has been reached.