gdbserver/Windows: crash during connection establishment phase
[deliverable/binutils-gdb.git] / gdb / c-lang.c
index 658c7f7826ab819a3090725a874f5a32ec6d2e95..15e633f8c8fc187d695b26ce5c4e4473661fcc4e 100644 (file)
@@ -751,6 +751,7 @@ const struct op_print c_op_print_tab[] =
   {"*", UNOP_IND, PREC_PREFIX, 0},
   {"&", UNOP_ADDR, PREC_PREFIX, 0},
   {"sizeof ", UNOP_SIZEOF, PREC_PREFIX, 0},
+  {"alignof ", UNOP_ALIGNOF, PREC_PREFIX, 0},
   {"++", UNOP_PREINCREMENT, PREC_PREFIX, 0},
   {"--", UNOP_PREDECREMENT, PREC_PREFIX, 0},
   {NULL, OP_NULL, PREC_PREFIX, 0}
This page took 0.022905 seconds and 4 git commands to generate.