Power10 Add new L operand to the slbiag instruction
[deliverable/binutils-gdb.git] / gas / symbols.h
index 38ae3ac47b59dfcbd0f83f058ffc66d6ac2c5d4d..dafd677b9e11783fcc500234bd4676316cdf07e4 100644 (file)
@@ -1,5 +1,5 @@
 /* symbols.h -
-   Copyright (C) 1987-2019 Free Software Foundation, Inc.
+   Copyright (C) 1987-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -57,6 +57,7 @@ symbolS *symbol_clone_if_forward_ref (symbolS *, int);
 #define symbol_clone_if_forward_ref(s) symbol_clone_if_forward_ref (s, 0)
 symbolS *symbol_temp_new (segT, valueT, fragS *);
 symbolS *symbol_temp_new_now (void);
+symbolS *symbol_temp_new_now_octets (void);
 symbolS *symbol_temp_make (void);
 
 symbolS *colon (const char *sym_name);
This page took 0.026042 seconds and 4 git commands to generate.