Files
macports-ports/devel/gdb/files/patch-elf-bfd.h.diff
Yasser RathoreandRyan Schmidt e656cf21c9 gdb: Update version to 10.1
The following changes have been made:
- Version has been updated to 10.1
- A patch has been added for bfd/elf-bfd.h in the multiarch variant.
  This is needed on Big Sur to support ELF.
2020-11-20 03:38:23 -06:00

11 lines
275 B
Diff

--- bfd/elf-bfd.h.orig 2020-11-20 00:47:34.000000000 -0500
+++ bfd/elf-bfd.h 2020-11-20 00:48:08.000000000 -0500
@@ -22,6 +22,7 @@
#ifndef _LIBELF_H_
#define _LIBELF_H_ 1
+#include <string.h>
#include "elf/common.h"
#include "elf/external.h"
#include "elf/internal.h"