2002-11-18 Klee Dienes * tic30-dis.c (print_par_insn): Use xstrdup instead of strdup. diff --minimal -u --exclude=CVS --exclude=*.gmo --exclude=Makefile.in --exclude=Makefile --exclude=configure --exclude=aclocal.m4 --exclude=config.in cygnus.cygnus/src/opcodes/tic30-dis.c cygnus.current/src/opcodes/tic30-dis.c --- cygnus.cygnus/src/opcodes/tic30-dis.c Tue Mar 13 17:58:37 2001 +++ cygnus.current/src/opcodes/tic30-dis.c Wed Oct 30 21:55:55 2002 @@ -385,7 +385,7 @@ return 0; /* Parse out the names of each of the parallel instructions from the q_insn1_insn2 format. */ - name1 = (char *) strdup (insn->ptm->name + 2); + name1 = (char *) xstrdup (insn->ptm->name + 2); name2 = ""; len = strlen (name1); for (i = 0; i < len; i++)