From a0682677985711e60304a08d1c7d06b770720f83 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 25 Aug 1997 16:10:56 +0000 Subject: [PATCH] * aout-target.h (MY(vec)): Add SEC_CODE and SEC_DATA to section flags. * aout-arm.c (aout_arm_little_vec): Likewise. (aout_arm_big_vec): Likewise. * bout.c (b_out_vec_big_host): Likewise. (b_out_vec_little_host): Likewise. * mipsbsd.c (aout_mips_little_vec): Likewise. (aout_mips_big_vec): Likewise. --- bfd/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 178715faa05..c2b53f8d792 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,22 @@ +Mon Aug 25 12:08:13 1997 Ian Lance Taylor + + * aout-target.h (MY(vec)): Add SEC_CODE and SEC_DATA to section + flags. + * aout-arm.c (aout_arm_little_vec): Likewise. + (aout_arm_big_vec): Likewise. + * bout.c (b_out_vec_big_host): Likewise. + (b_out_vec_little_host): Likewise. + * mipsbsd.c (aout_mips_little_vec): Likewise. + (aout_mips_big_vec): Likewise. + +start-sanitize-tic80 +Tue Aug 19 10:09:10 1997 Fred Fish + + * coff-tic80.c (COFF_ALIGN_IN_SFLAGS): Define to 1. + * coffcode.h (styp_to_sec_flags): Ignore incoming STYP_INFO + bit in s_flags if COFF_ALIGN_IN_S_FLAGS is defined. + +end-sanitize-tic80 Tue Aug 19 08:47:17 1997 Fred Fish * coff-i960.c (COFF_ALIGN_IN_SECTION_HEADER): Define to 1. -- 2.30.2