Skip to content

Commit

Permalink
[gdb/infinity.c] Update GDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Benson committed Nov 16, 2015
1 parent cbf7b32 commit b895964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdb/infinity.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,11 +769,11 @@ i8psd_add_note (struct infinity_pspace_data *psd,
type = i8_extract_uint (elfnote->data, 2);
switch (type)
{
case INFINITY_NOTE_SYMBOL:
case ELF_NOTE_I8_SYMBOL:
ops = &symbol_note_ops;
break;

case INFINITY_NOTE_FUNCTION:
case ELF_NOTE_I8_FUNCTION:
ops = &function_note_ops;
break;

Expand Down

0 comments on commit b895964

Please sign in to comment.