]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/tc.h
Fix advance/until and multiple locations (PR gdb/26524)
[thirdparty/binutils-gdb.git] / gas / tc.h
index ab9c3ff6989d16cb4e38c5e827dc0c284cd1190e..da1738d67a811dd10c9a8ed761ab4d5a498fe2a3 100644 (file)
--- a/gas/tc.h
+++ b/gas/tc.h
@@ -1,6 +1,6 @@
 /* tc.h - target cpu dependent
 
-   Copyright (C) 1987-2017 Free Software Foundation, Inc.
+   Copyright (C) 1987-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -54,6 +54,9 @@ void    md_create_short_jump (char *, addressT, addressT, fragS *, symbolS *);
 #ifndef md_pcrel_from
 long    md_pcrel_from (fixS *);
 #endif
+#ifndef md_pcrel_from_section
+long    md_pcrel_from_section (fixS *, segT);
+#endif
 #ifndef md_operand
 void    md_operand (expressionS *);
 #endif