]>
Commit | Line | Data |
---|---|---|
276e5094 JJ |
1 | 2003-04-01 Jakub Jelinek <[email protected]> |
2 | ||
3 | * configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64 | |
4 | targ_extra_libpath. Add elf64ppc to ppc targ_extra_libpath | |
5 | if --enable-64-bit-bfd. | |
6 | ||
5a6c6817 NC |
7 | 2003-04-01 Nick Clifton <[email protected]> |
8 | ||
394ce546 | 9 | * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of |
5a6c6817 | 10 | note section. |
394ce546 | 11 | * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Change |
5a6c6817 NC |
12 | name of note section. |
13 | ||
a6e02871 AO |
14 | 2003-03-31 Alexandre Oliva <[email protected]> |
15 | ||
16 | * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of | |
17 | --section-start. | |
18 | ||
5ed6aba4 NC |
19 | 2003-03-31 David Heine <[email protected]> |
20 | ||
21 | * ldfile.c (ldfile_add_library_path): Always allocate space for | |
22 | the filename. | |
23 | * ldlang.c (lang_register_vers_node): Free the node if it cannot | |
24 | be used. | |
25 | * ldmain.c (set_scripts_dir): Always free the constructed | |
26 | directory name. | |
27 | (add_keepsyms_file): Fix memory leak. | |
28 | * ldmisc.c (vfinfo): Likewise. | |
29 | * lexsup.c (parse_args): Likewise | |
30 | ||
e16bb312 NC |
31 | 2003-03-25 Stan Cox <[email protected]> |
32 | Nick Clifton <[email protected]> | |
33 | ||
34 | Contribute support for Intel's iWMMXt chip - an ARM variant: | |
35 | ||
36 | * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define. | |
37 | * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define. | |
38 | * scripttempl/armcoff.sc (.data): Ensure 8 byte alignment. | |
39 | (.bss): Likewise. | |
40 | ||
3fe38064 NC |
41 | 2003-03-25 Alexandre Oliva <[email protected]> |
42 | ||
43 | * ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare. | |
44 | * ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define. | |
45 | (main): Initialize them. | |
46 | * ldfile.c: Include pathnames.h. | |
47 | (is_sysrooted_pathname): New. | |
48 | (ldfile_add_library_path): Use it. | |
49 | (ldfile_open_file_search): Likewise. Use IS_ABSOLUTE_PATH. Don't | |
50 | search_dirs if given an absolute pathname. | |
51 | (ldfile_open_file): Issue error message for sysrooted | |
52 | absolute pathnames. | |
53 | * Makefile.am: Updated dependencies. | |
54 | * Makefile.in: Rebuild. | |
55 | ||
9418ab9c NC |
56 |