* ecoff.c (ecoff_symbol_clone_hook): New function.
[deliverable/binutils-gdb.git] / gas / config / obj-multi.h
index fe3c3e712ca8f883955d1d61ef4b8e24f2b31781..b78e836ce0b1f10b5861ee164817e1ee6022a4c2 100644 (file)
         ? (*this_format->symbol_new_hook) (S)          \
         : (void) 0)
 
+#define obj_symbol_clone_hook(N, O)                    \
+       (this_format->symbol_clone_hook                 \
+        ? (*this_format->symbol_clone_hook) (N, O)     \
+        : (void) 0)
+
 #define obj_sec_sym_ok_for_reloc(A)                    \
        (this_format->sec_sym_ok_for_reloc              \
         ? (*this_format->sec_sym_ok_for_reloc) (A)     \
This page took 0.024284 seconds and 4 git commands to generate.