提交 59f4086c 编写于 作者: R Rich Felker

fix change lost in the process of integrating mips dynamic linker

上级 470569ca
......@@ -22,8 +22,6 @@ static char errbuf[128];
#ifdef SHARED
#include "reloc.h"
#if ULONG_MAX == 0xffffffff
typedef Elf32_Ehdr Ehdr;
typedef Elf32_Phdr Phdr;
......@@ -68,6 +66,8 @@ struct dso {
char buf[];
};
#include "reloc.h"
void __init_ssp(size_t *);
static struct dso *head, *tail, *libc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册