diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2010-03-15 15:11:13 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2010-03-15 15:11:13 +0000 |
commit | d905c788cf58f2d9b6346fab2d3a53c21fab8adf (patch) | |
tree | 2390bd8501581b1d5f018f479efa6c333e994c22 /gas/ChangeLog | |
parent | 4e4e1355e778223babb38993b577da68de476045 (diff) | |
download | gdb-d905c788cf58f2d9b6346fab2d3a53c21fab8adf.zip gdb-d905c788cf58f2d9b6346fab2d3a53c21fab8adf.tar.gz gdb-d905c788cf58f2d9b6346fab2d3a53c21fab8adf.tar.bz2 |
2010-03-15 Thomas Schwinge <thomas@codesourcery.com>
* dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
cases, and not only for .eh_frame.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9a08df9..5110a41 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ 2010-03-15 Thomas Schwinge <thomas@codesourcery.com> + * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all + cases, and not only for .eh_frame. + * dw2gencfi.c (output_cie): Make it more explicit which code paths belong to .eh_frame only. |