diff options
author | Nick Clifton <nickc@redhat.com> | 2023-06-28 13:49:43 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-06-28 13:49:43 +0100 |
commit | b25c1a15cbac78e592d7a0c749dec2fcc175ec39 (patch) | |
tree | d92b6a3439c641a721cfd9d92b5bb46071ced911 /ld/ChangeLog | |
parent | 8527c3669487c255ecbeae6ffa0a7aff3dcb6920 (diff) | |
download | gdb-b25c1a15cbac78e592d7a0c749dec2fcc175ec39.zip gdb-b25c1a15cbac78e592d7a0c749dec2fcc175ec39.tar.gz gdb-b25c1a15cbac78e592d7a0c749dec2fcc175ec39.tar.bz2 |
Stop the linker's --dependency-file option from including temporary lto files.
PR 30568
* ldfile.c (ldfile_try_open_bfd): Do not track lto generated temporary files.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1467128..084c96d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2023-06-28 Nikita Popov <npopov@redhat.com> + Nick Clifton <nickc@redhat.com> + + PR 30568 + * ldfile.c (ldfile_try_open_bfd): Do not track lto generated + temporary files. + 2023-06-21 Nick Clifton <nickc@redhat.com> PR 29072 |