Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: bfd/doc/targets.texi

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bfd/doc/syms.texi ('k') | bfd/dwarf2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/doc/targets.texi
diff --git a/bfd/doc/targets.texi b/bfd/doc/targets.texi
index b25f2f8aedf7c70e0c61fb442eef308f41446b01..e56e560640127351837f6e21fdbb34fc8b513c78 100644
--- a/bfd/doc/targets.texi
+++ b/bfd/doc/targets.texi
@@ -467,8 +467,9 @@ BFD_JUMP_TABLE macros.
bfd_boolean (*_bfd_gc_sections) (bfd *, struct bfd_link_info *);
/* Sets the bitmask of allowed and disallowed section flags. */
- void (*_bfd_lookup_section_flags) (struct bfd_link_info *,
- struct flag_info *);
+ bfd_boolean (*_bfd_lookup_section_flags) (struct bfd_link_info *,
+ struct flag_info *,
+ asection *);
/* Attempt to merge SEC_MERGE sections. */
bfd_boolean (*_bfd_merge_sections) (bfd *, struct bfd_link_info *);
« no previous file with comments | « bfd/doc/syms.texi ('k') | bfd/dwarf2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698