Check func against 0 rather than NULL
[deliverable/binutils-gdb.git] / gold / layout.h
index 5fad4f379b36467b410d7f98c5ced9794e00263d..c369fefa395ea104485d96e40ce91593a4554387 100644 (file)
@@ -902,6 +902,10 @@ class Layout
                          const Output_data_reloc_generic* dyn_rel,
                          bool add_debug, bool dynrel_includes_plt);
 
+  // Add a target-specific dynamic tag with constant value.
+  void
+  add_target_specific_dynamic_tag(elfcpp::DT tag, unsigned int val);
+
   // Compute and write out the build ID if needed.
   void
   write_build_id(Output_file*, unsigned char*, size_t) const;
This page took 0.023304 seconds and 4 git commands to generate.