Skip to content

Commit b895964

Browse files
author
Gary Benson
committed
[gdb/infinity.c] Update GDB
1 parent cbf7b32 commit b895964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gdb/infinity.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -769,11 +769,11 @@ i8psd_add_note (struct infinity_pspace_data *psd,
769769
type = i8_extract_uint (elfnote->data, 2);
770770
switch (type)
771771
{
772-
case INFINITY_NOTE_SYMBOL:
772+
case ELF_NOTE_I8_SYMBOL:
773773
ops = &symbol_note_ops;
774774
break;
775775

776-
case INFINITY_NOTE_FUNCTION:
776+
case ELF_NOTE_I8_FUNCTION:
777777
ops = &function_note_ops;
778778
break;
779779

0 commit comments

Comments
 (0)