diff options
author | Nick Clifton <nickc@redhat.com> | 2020-04-27 11:35:25 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-04-27 11:35:25 +0100 |
commit | 714e6c969ff1ce0fdb0cd3703d41ef2fef424535 (patch) | |
tree | 993fe5d1a3ddcbb402591428cc30542028b4ee56 /gas/ChangeLog | |
parent | 25e29062d2c5f1488963ec9997e01886122354f6 (diff) | |
download | gdb-714e6c969ff1ce0fdb0cd3703d41ef2fef424535.zip gdb-714e6c969ff1ce0fdb0cd3703d41ef2fef424535.tar.gz gdb-714e6c969ff1ce0fdb0cd3703d41ef2fef424535.tar.bz2 |
GAS: Allow automatically assigned entries in the file table to be reassigned if the source file specifically requests to use the assigned slot.
PR 25878
* dwarf2dbg.c (struct file_entry): Add auto_assigned field.
(assign_file_to_slot): New function. Fills in an entry in the
files table.
(allocate_filenum): Use new function.
(allocate_filename_to_slot): Use new function. If the specified
slot entry is already in use, but was chosen automatically then
reassign the automatic entry.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c4df0e1..eeeb17d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2020-04-27 Nick Clifton <nickc@redhat.com> + + PR 25878 + * dwarf2dbg.c (struct file_entry): Add auto_assigned field. + (assign_file_to_slot): New function. Fills in an entry in the + files table. + (allocate_filenum): Use new function. + (allocate_filename_to_slot): Use new function. If the specified + slot entry is already in use, but was chosen automatically then + reassign the automatic entry. + 2020-04-26 Hongtao Liu <hongtao.liu@intel.com * config/tc-i386.c (lfence_before_ret_shl): New member. |