Normalize on PATH_MAX instead of MAXPATHLEN throughout.
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 11ae9f3c2ed57f8bc7381562267df77d121f31f9..4e7fe00585937f3a5d8fbf6c13cf6ca664007882 100644 (file)
@@ -1,3 +1,12 @@
+2013-07-01  Pedro Alves  <palves@redhat.com>
+
+       * server.h: Include "pathmax.h".
+       * linux-low.c: Don't include sys/param.h.
+       (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
+       MAXPATHLEN.
+       * win32-low.c: Don't include sys/param.h.
+       (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
+
 2013-07-01  Pedro Alves  <palves@redhat.com>
 
        * event-loop.c: Don't check HAVE_UNISTD_H before including
This page took 0.025764 seconds and 4 git commands to generate.