From c5048b6d19e59375918cdedaa7b2c729272e8e57 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 18 Dec 2007 19:48:07 +0000 Subject: [PATCH] * section.c (BFD_FAKE_SECTION): Update. * bfd-in2.h: Regenerate. --- bfd/ChangeLog | 5 +++++ bfd/bfd-in2.h | 4 ++-- bfd/section.c | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9adc3015f9..0759d0b5d5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2007-12-18 Daniel Jacobowitz + * section.c (BFD_FAKE_SECTION): Update. + * bfd-in2.h: Regenerate. + +2007-12-18 Daniel Jacobowitz + * bfd-in2.h: Regenerate. 2007-12-17 Pedro Alves diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index bf5a5468c5..273730ced8 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1644,8 +1644,8 @@ extern asection bfd_ind_section; /* name, id, index, next, prev, flags, user_set_vma, */ \ { NAME, IDX, 0, NULL, NULL, FLAGS, 0, \ \ - /* linker_mark, linker_has_input, gc_mark, gc_mark_from_eh, */ \ - 0, 0, 1, 0, \ + /* linker_mark, linker_has_input, gc_mark, */ \ + 0, 0, 1, \ \ /* segment_mark, sec_info_type, use_rela_p, has_tls_reloc, */ \ 0, 0, 0, 0, \ diff --git a/bfd/section.c b/bfd/section.c index 11ce0d6135..54244c3fd4 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -636,8 +636,8 @@ CODE_FRAGMENT . {* name, id, index, next, prev, flags, user_set_vma, *} \ . { NAME, IDX, 0, NULL, NULL, FLAGS, 0, \ . \ -. {* linker_mark, linker_has_input, gc_mark, gc_mark_from_eh, *} \ -. 0, 0, 1, 0, \ +. {* linker_mark, linker_has_input, gc_mark, *} \ +. 0, 0, 1, \ . \ . {* segment_mark, sec_info_type, use_rela_p, has_tls_reloc, *} \ . 0, 0, 0, 0, \ -- 2.11.0