Skip to content

Commit

Permalink
(CHECK_STATIC_TLS): Remove macro since it is now available in elf/dyn…
Browse files Browse the repository at this point in the history
…amic-link.h.
  • Loading branch information
Ulrich Drepper committed Aug 13, 2008
1 parent 675d711 commit 8ebb586
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sysdeps/powerpc/powerpc32/dl-machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,11 +557,6 @@ __process_machine_rela (struct link_map *map,
}
break;

#define CHECK_STATIC_TLS(map, sym_map) \
do { \
if (__builtin_expect ((sym_map)->l_tls_offset == NO_TLS_OFFSET, 0)) \
_dl_allocate_static_tls (sym_map); \
} while (0)
#define DO_TLS_RELOC(suffix) \
case R_PPC_DTPREL##suffix: \
/* During relocation all TLS symbols are defined and used. \
Expand Down

0 comments on commit 8ebb586

Please sign in to comment.