diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-09-06 00:39:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-09-06 00:39:46 +0000 |
commit | 5c27572868cf7c0b54d158a1be07036dccfe9990 (patch) | |
tree | c75b8a953f84be853ecb9b11419edbb530b1b909 /gas | |
parent | 1f23c5b3f0cb533efe98bf34bf9ffcb69c7798cb (diff) | |
download | gdb-5c27572868cf7c0b54d158a1be07036dccfe9990.zip gdb-5c27572868cf7c0b54d158a1be07036dccfe9990.tar.gz gdb-5c27572868cf7c0b54d158a1be07036dccfe9990.tar.bz2 |
* ehopt.c (check_eh_frame): Check the size of the FDE, and don't
optimize across FDE boundaries.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 937c5bb..3acd2c5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Sat Sep 5 19:00:38 1998 Ian Lance Taylor <ian@cygnus.com> + * ehopt.c (check_eh_frame): Check the size of the FDE, and don't + optimize across FDE boundaries. + * config/obj-coff.c (obj_coff_section): Preserve any link once flags when setting the section flags. |