diff options
author | Nick Clifton <nickc@redhat.com> | 2019-11-07 11:56:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-11-07 11:56:54 +0000 |
commit | e264b5b7a57dab997776ae845f9e0b3e5f20c713 (patch) | |
tree | a80b6f31b2da2ab6debef8f6ff1c2bb66aa5aa8f /binutils/ChangeLog | |
parent | ef07b8082ea5f9c48d0c6bcf0e4c1855ddf2c49b (diff) | |
download | gdb-e264b5b7a57dab997776ae845f9e0b3e5f20c713.zip gdb-e264b5b7a57dab997776ae845f9e0b3e5f20c713.tar.gz gdb-e264b5b7a57dab997776ae845f9e0b3e5f20c713.tar.bz2 |
Allow the --output option of the "ar" prorgam to extract files to locations outside of the current directory.
* ar.c (open_output_file): Check for filename validity before
prefixing with output directory.
Display the constructed output filename if in verbose mode.
(extract_file): Let open_output_file display the filename.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fb1a99d..06823b2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,12 @@ 2019-11-07 Nick Clifton <nickc@redhat.com> + * ar.c (open_output_file): Check for filename validity before + prefixing with output directory. + Display the constructed output filename if in verbose mode. + (extract_file): Let open_output_file display the filename. + +2019-11-07 Nick Clifton <nickc@redhat.com> + * objcopy.c (copy_object): Skip note sections that do not have an output section. Always copy note sections, even if no changes are made. |