Add some initial 64-bit DWARF support
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
e16bb312
NC
12003-03-25 Stan Cox <scox@redhat.com>
2 Nick Clifton <nickc@redhat.com>
3
4 Contribute support for Intel's iWMMXt chip - an ARM variant:
5
6 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
7 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define.
8 * scripttempl/armcoff.sc (.data): Ensure 8 byte alignment.
9 (.bss): Likewise.
10
3fe38064
NC
112003-03-25 Alexandre Oliva <aoliva@redhat.com>
12
13 * ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare.
14 * ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define.
15 (main): Initialize them.
16 * ldfile.c: Include pathnames.h.
17 (is_sysrooted_pathname): New.
18 (ldfile_add_library_path): Use it.
19 (ldfile_open_file_search): Likewise. Use IS_ABSOLUTE_PATH. Don't
20 search_dirs if given an absolute pathname.
21 (ldfile_open_file): Issue error message for sysrooted
22 absolute pathnames.
23 * Makefile.am: Updated dependencies.
24 * Makefile.in: Rebuild.
25