]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/output.h
Make linker-created symbols relocatable where appropriate.
[thirdparty/binutils-gdb.git] / gold / output.h
index 9083b5ac74d98d6916debe8e8cfafd3b8631e474..2b8f0c8ff0c8410076d6d9596491a9f810197f16 100644 (file)
@@ -4741,6 +4741,7 @@ class Output_segment
   first_section_load_address() const
   {
     const Output_section* os = this->first_section();
+    gold_assert(os != NULL);
     return os->has_load_address() ? os->load_address() : os->address();
   }