diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-07-20 19:55:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-07-20 19:55:36 +0000 |
commit | a1ad915dc4e83aa4cc29c01db7b99a916479f909 (patch) | |
tree | 0fe7499511a3427722fef6c1c00830c32828c5f5 /ld/ChangeLog | |
parent | f9779aad5a94322128a0572b28bb45da7b29acf3 (diff) | |
download | gdb-a1ad915dc4e83aa4cc29c01db7b99a916479f909.zip gdb-a1ad915dc4e83aa4cc29c01db7b99a916479f909.tar.gz gdb-a1ad915dc4e83aa4cc29c01db7b99a916479f909.tar.bz2 |
* ld.h (args_type): Add field rpath.
* lexsup.c (S_ISDIR): Define if not already defined.
(parse_args): Add support for -rpath. If -R is used to name a
directory, treat it as -rpath for Solaris compatibility.
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
Pass command_line.rpath to bfd_elf32_size_dynamic_sections.
* ldmain.c (main): Initialize command_line.rpath to NULL.
* ld.texinfo: Document -rpath option.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6d766e0..89a0bbe 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +Wed Jul 20 15:49:27 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * ld.h (args_type): Add field rpath. + * lexsup.c (S_ISDIR): Define if not already defined. + (parse_args): Add support for -rpath. If -R is used to name a + directory, treat it as -rpath for Solaris compatibility. + * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): + Pass command_line.rpath to bfd_elf32_size_dynamic_sections. + * ldmain.c (main): Initialize command_line.rpath to NULL. + * ld.texinfo: Document -rpath option. + Sun Jul 10 00:33:24 1994 Ian Dall (dall@hfrd.dsto.gov.au) * emulparams/pc532machaout.sh: New file. Pc532 mach script |